Class SocketConnection
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the socket connection.
C#Copypublic class SocketConnection
- Inheritance
-
objectSocketConnection
Properties
Declaration
C#Copypublic string Address { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic IBluetoothServerSocket Client { get; }
Property Value
| Type | Description |
|---|---|
| IBluetoothServerSocket |
Declaration
C#Copypublic string ServiceUuid { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic int SocketFd { get; }
Property Value
| Type | Description |
|---|---|
| int |