Class SocketData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the socket data.
public class SocketData
- Inheritance
-
objectSocketData
Properties
View SourceData
The received data.
Declaration
public string Data { get; }
Property Value
| Type | Description |
|---|---|
| string |
DataSize
The length of the received data.
Declaration
public int DataSize { get; }
Property Value
| Type | Description |
|---|---|
| int |
SocketFd
The socket FD.
Declaration
public int SocketFd { get; }
Property Value
| Type | Description |
|---|---|
| int |