Class SocketData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the socket data.
C#Copypublic class SocketData
- Inheritance
-
objectSocketData
Properties
Declaration
C#Copypublic byte[] ByteData { get; }
Property Value
| Type | Description |
|---|---|
| byte[] |
Declaration
C#Copy[Obsolete("Deprecated since API level 7. Please use ByteData property.")] public string Data { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic int DataSize { get; }
Property Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int SocketFd { get; }
Property Value
| Type | Description |
|---|---|
| int |