Class SocketData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

This class contains the information of the socket data.

C#
Copy
public class SocketData
Inheritance
System.Object
SocketData

Properties

View Source

ByteData

The received data.

Declaration
C#
Copy
public byte[] ByteData { get; }
Property Value
Type Description
System.Byte[]
API Level: 7
View Source

Data

The received data.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 7. Please use ByteData property.")] public string Data { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

DataSize

The length of the received data.

Declaration
C#
Copy
public int DataSize { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

SocketFd

The socket FD.

Declaration
C#
Copy
public int SocketFd { get; }
Property Value
Type Description
Int32
API Level: 3