C# 클래스 AncsNotifier.AncsManager

파일 보기 프로젝트 열기: troufster/AncsNotifier 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FlagCache EventFlags>.Dictionary
OnUpdate Action

공개 메소드들

메소드 설명
AncsManager ( ) : System
Connect ( ) : void
OnAction ( PlainNotification notification, bool positive ) : void

비공개 메소드들

메소드 설명
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[]

메소드 상세

AncsManager() 공개 메소드

public AncsManager ( ) : System
리턴 System

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

OnAction() 공개 메소드

public OnAction ( PlainNotification notification, bool positive ) : void
notification PlainNotification
positive bool
리턴 void

프로퍼티 상세

FlagCache 공개적으로 프로퍼티

public Dictionary FlagCache
리턴 EventFlags>.Dictionary

OnUpdate 공개적으로 정적으로 프로퍼티

public static Action OnUpdate
리턴 Action