Class SocketConnectionStateChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the changed connection state.
public class SocketConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSocketConnectionStateChangedEventArgs
Properties
View SourceConnection
The socket connection.
Declaration
public SocketConnection Connection { get; }
Property Value
Type | Description |
---|---|
SocketConnection |
Result
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |
State
The socket state.
Declaration
public BluetoothSocketState State { get; }
Property Value
Type | Description |
---|---|
BluetoothSocketState |