Class SocketConnection

Definition

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

This class contains the information of the socket connection.

C#
Copy
public class SocketConnection
Inheritance
System.Object
SocketConnection

Properties

View Source

Address

The remote device address.

Declaration
C#
Copy
public string Address { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Client

The client socket.

Declaration
C#
Copy
public IBluetoothServerSocket Client { get; }
Property Value
Type Description
IBluetoothServerSocket
API Level: 6
View Source

ServiceUuid

The service UUID.

Declaration
C#
Copy
public string ServiceUuid { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

SocketFd

The connected socket FD.

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