Interface IBluetoothClientSocket

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

The IBluetoothClientSocket interface handles the client socket operations.

C#
Copy
public interface IBluetoothClientSocket : IBluetoothServerSocket

Methods

View Source

Connect()

Connect client socket to server socket on remote device.

Declaration
C#
Copy
void Connect()
API Level: 3
View Source

Disconnect()

Disconnect client socket from server socket.

Declaration
C#
Copy
void Disconnect()
API Level: 3