Interface IBluetoothClientSocket
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
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()
API Level: 3
View SourceDisconnect()
Disconnect client socket from server socket.
Declaration
void Disconnect()