Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the changed connection state.
public class SocketConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
System.Object
SocketConnectionStateChangedEventArgs
Properties
Declaration
public SocketConnection Connection { get; }
Property Value
API Level: 3
Declaration
public BluetoothError Result { get; }
Property Value
API Level: 3
Declaration
public BluetoothSocketState State { get; }
Property Value
API Level: 3