C# Class AncsNotifier.AncsManager

Afficher le fichier Open project: troufster/AncsNotifier Class Usage Examples

Méthodes publiques

Свойство Type Description
FlagCache EventFlags>.Dictionary
OnUpdate Action

Méthodes publiques

Méthode Description
AncsManager ( ) : System
Connect ( ) : void
OnAction ( PlainNotification notification, bool positive ) : void

Private Methods

Méthode Description
ByteArrayToNotificationSourceData ( byte packet ) : NotificationSourceData
DataSourceCharacteristicOnValueChanged ( GattCharacteristic sender, GattValueChangedEventArgs args ) : void
DeviceOnConnectionStatusChanged ( BluetoothLEDevice device, object args ) : void
NotificationSourceCharacteristicOnValueChanged ( GattCharacteristic sender, GattValueChangedEventArgs args ) : void
OnUpdateReceived ( IActivatedEventArgs activatedEventArgs ) : void
StructureToByteArray ( object obj ) : byte[]

Method Details

AncsManager() public méthode

public AncsManager ( ) : System
Résultat System

Connect() public méthode

public Connect ( ) : void
Résultat void

OnAction() public méthode

public OnAction ( PlainNotification notification, bool positive ) : void
notification PlainNotification
positive bool
Résultat void

Property Details

FlagCache public_oe property

public Dictionary FlagCache
Résultat EventFlags>.Dictionary

OnUpdate public_oe static_oe property

public static Action OnUpdate
Résultat Action