Class SocketData
This class contains the information of the socket data.
Inherited Members
Namespace: Tizen.Network.Bluetooth
Assembly: Tizen.Network.Bluetooth.dll
Syntax
public class SocketData
Properties
Data
The received data.
Declaration
public string Data { get; }
Property Value
Type | Description |
---|---|
String |
API Version
3DataSize
The length of the received data.
Declaration
public int DataSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Version
3SocketFd
The socket FD.
Declaration
public int SocketFd { get; }
Property Value
Type | Description |
---|---|
Int32 |