Class StateChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

An extended EventArgs class contains the changed Bluetooth state.

C#
Copy
public class StateChangedEventArgs : EventArgs
Inheritance
System.Object
StateChangedEventArgs

Properties

View Source

BTState

The state of Bluetooth.

Declaration
C#
Copy
public BluetoothState BTState { get; }
Property Value
Type Description
BluetoothState
API Level: 3
View Source

Result

The BluetoothError result.

Declaration
C#
Copy
public BluetoothError Result { get; }
Property Value
Type Description
BluetoothError
API Level: 3