Class StateChangedEventArgs
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 3
An extended EventArgs class contains the changed Bluetooth state.
public class StateChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceBTState
The state of Bluetooth.
Declaration
public BluetoothState BTState { get; }
Property Value
Type | Description |
---|---|
BluetoothState |
API Level: 3
View SourceResult
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
Type | Description |
---|---|
BluetoothError |