C# 클래스 BLE.Client.ViewModels.CharacteristicDetailViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: xabre/xamarin-bluetooth-le

공개 메소드들

메소드 설명
CharacteristicDetailViewModel ( IAdapter adapter, IUserDialogs userDialogs ) : System
Resume ( ) : void

보호된 메소드들

메소드 설명
InitFromBundle ( IMvxBundle parameters ) : void

비공개 메소드들

메소드 설명
CharacteristicOnValueUpdated ( object sender, CharacteristicUpdatedEventArgs characteristicUpdatedEventArgs ) : void
GetBytes ( string text ) : byte[]
ReadValueAsync ( ) : void
StartUpdates ( ) : void
StopUpdates ( ) : void
WriteValueAsync ( ) : void

메소드 상세

CharacteristicDetailViewModel() 공개 메소드

public CharacteristicDetailViewModel ( IAdapter adapter, IUserDialogs userDialogs ) : System
adapter IAdapter
userDialogs IUserDialogs
리턴 System

InitFromBundle() 보호된 메소드

protected InitFromBundle ( IMvxBundle parameters ) : void
parameters IMvxBundle
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void