Class SocketConnection
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
-
SocketConnection
Properties
View SourceAddress
The remote device address.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceClient
The client socket.
Declaration
public IBluetoothServerSocket Client { get; }
Property Value
Type | Description |
---|---|
IBluetoothServerSocket |
API Level: 6
View SourceServiceUuid
The service UUID.
Declaration
public string ServiceUuid { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceSocketFd
The connected socket FD.
Declaration
public int SocketFd { get; }
Property Value
Type | Description |
---|---|
Int32 |