Class SocketData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the socket data.
C#
Copy
public class SocketData
- Inheritance
-
objectSocket
Data
Properties
Declaration
C#
Copy
public 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#
Copy
public int DataSize { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public int SocketFd { get; }
Property Value
Type | Description |
---|---|
int |