Interface IBluetoothClientSocket
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
The IBluetoothClientSocket interface handles the client socket operations.
public interface IBluetoothClientSocket : IBluetoothServerSocket
Methods
View SourceConnect()
Connect client socket to server socket on remote device.
Declaration
void Connect()
Disconnect()
Disconnect client socket from server socket.
Declaration
void Disconnect()