Class SocketConnectionStateChangedEventArgs

Definition

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

An extended EventArgs class contains the changed connection state.

C#
Copy
public class SocketConnectionStateChangedEventArgs : EventArgs
Inheritance
SocketConnectionStateChangedEventArgs

Properties

View Source

Connection

The socket connection.

Declaration
C#
Copy
public SocketConnection Connection { get; }
Property Value
Type Description
SocketConnection
API Level: 3
View Source

Result

The BluetoothError result.

Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type Description
BluetoothError
API Level: 3
View Source

State

The socket state.

Declaration
C#
Copy
public BluetoothSocketState State { get; }
Property Value
Type Description
BluetoothSocketState
API Level: 3