Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
This class contains the information of the socket connection.
public class SocketConnection
- Inheritance
-
System.Object
SocketConnection
Properties
Declaration
public string Address { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public IBluetoothServerSocket Client { get; }
Property Value
API Level: 6
Declaration
public string ServiceUuid { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public int SocketFd { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3