Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
This class contains the information of the socket data.
- Inheritance
-
Properties
Declaration
public byte[] ByteData { get; }
Property Value
Type |
Description |
System.Byte[] |
|
API Level: 7
Declaration
[Obsolete("Deprecated since API level 7. Please use ByteData property.")]
public string Data { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public int DataSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public int SocketFd { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3