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

Classes

class  BluetoothStateChangedEventArgs
 Event arguments for the event ICentral.BluetoothStateChanged. More...
 
class  BondAddedEventArgs
 Event arguments for event IBondManager.BondAdded. More...
 
class  BondRemovedEventArgs
 Event arguments for event IBondManager.BondRemoved. More...
 
class  BondUpdatedEventArgs
 Event arguments for event IBondManager.BondUpdated. More...
 
class  FatalErrorEventArgs
 Event arguments for event ICentral.FatalError. More...
 
interface  IBond
 The interface to the bond objects. More...
 
interface  IBondManager
 The interface to the bond manager More...
 
interface  ICentral
 Interface of the various central implementations on the different platforms. More...
 
interface  ISecurityManager
 The interface to the security manager More...
 
class  PeripheralDiscoveredEventArgs
 Event arguments for the event ICentral.PeripheralDiscovered. More...
 

Enumerations

enum  BluetoothState {
  BluetoothState.Off, BluetoothState.TurningOn, BluetoothState.On, BluetoothState.TurningOff,
  BluetoothState.NotSupported, BluetoothState.Unknown, BluetoothState.Unauthorized
}
 Enumeration of all bluetooth adapter states. More...
 
enum  IoCapabilities {
  IoCapabilities.DisplayOnly = 0, IoCapabilities.DisplayYesNo = 1, IoCapabilities.KeyboardOnly = 2, IoCapabilities.None = 3,
  IoCapabilities.DisplayWithKeyboard = 4
}
 Enumeration of all different IO capability types. More...
 

Enumeration Type Documentation

§ BluetoothState

Enumeration of all bluetooth adapter states.

Enumerator
Off 

Bluetooth is off.

TurningOn 

Bluetooth is turning on.

On 

Bluetooth is on.

TurningOff 

Bluetooth is turning off.

NotSupported 

Device doesn't support Bluetooth.

Unknown 

State of the Bluetooth support is unknown.

Unauthorized 

Application is not authorized to use Bluetooth.

§ IoCapabilities

Enumeration of all different IO capability types.

Enumerator
DisplayOnly 

There is only a display.

DisplayYesNo 

There is a display and a possible Yes/No selection.

KeyboardOnly 

There is no display, but a keyboard to enter a pin.

None 

There is neither a keyboard or a display.

DisplayWithKeyboard 

Display and keyboard can be used.