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