Arendi.BleLibrary  4.5.1.999
Core-Library (PCL)
Arendi.BleLibrary.Local.BluetoothStateChangedEventArgs Class Reference

Event arguments for the event ICentral.BluetoothStateChanged. More...

Inheritance diagram for Arendi.BleLibrary.Local.BluetoothStateChangedEventArgs:

Public Member Functions

 BluetoothStateChangedEventArgs (BluetoothState prevStatus, BluetoothState newStatus)
 Create the event arguments for the event ICentral.BluetoothStateChanged. More...
 

Properties

BluetoothState PrevStatus [get]
 Get the previous state of the Bluetooth hardware. More...
 
BluetoothState NewStatus [get]
 Get the new state of the Bluetooth hardware. More...
 

Detailed Description

Event arguments for the event ICentral.BluetoothStateChanged.

Constructor & Destructor Documentation

§ BluetoothStateChangedEventArgs()

Arendi.BleLibrary.Local.BluetoothStateChangedEventArgs.BluetoothStateChangedEventArgs ( BluetoothState  prevStatus,
BluetoothState  newStatus 
)

Create the event arguments for the event ICentral.BluetoothStateChanged.

Parameters
prevStatusPrevious state of the Bluetooth hardware.
newStatusNew state of the Bluetooth hardware.

Property Documentation

§ NewStatus

BluetoothState Arendi.BleLibrary.Local.BluetoothStateChangedEventArgs.NewStatus
get

Get the new state of the Bluetooth hardware.

§ PrevStatus

BluetoothState Arendi.BleLibrary.Local.BluetoothStateChangedEventArgs.PrevStatus
get

Get the previous state of the Bluetooth hardware.