Class SocketConnection
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the socket connection.
public class SocketConnection
- Inheritance
-
objectSocketConnection
Properties
View SourceAddress
The remote device address.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
string |
ServiceUuid
The service UUID.
Declaration
public string ServiceUuid { get; }
Property Value
Type | Description |
---|---|
string |
SocketFd
The connected socket FD.
Declaration
public int SocketFd { get; }
Property Value
Type | Description |
---|---|
int |