Class StateChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the changed Bluetooth state.
C#Copypublic class StateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsStateChangedEventArgs
Properties
Declaration
C#Copypublic BluetoothState BTState { get; }
Property Value
| Type | Description |
|---|---|
| BluetoothState |
Declaration
C#Copypublic BluetoothError Result { get; }
Property Value
| Type | Description |
|---|---|
| BluetoothError |