C# 클래스 Kreyos.Classes.Screens.UpdateFirmwareScreen

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: kreyosopensource/KreyosWP

공개 메소드들

메소드 설명
ClearDevices ( ) : void

Clear status of all the currently searched devices

FetchDevices ( ) : void
UpdateDevices ( ) : void
UpdateFirmwareScreen ( ) : System

비공개 메소드들

메소드 설명
HandleCommand ( ObserverInfo p_command ) : void
OnDeviceConnected ( string p_device ) : void

Connection to a bluetooth device is initiated.

OnDeviceDisconnected ( string p_error ) : void

Connection with the watch is disconnected.

OnDeviceSelected ( object sender, System e ) : void

LongListSelected Event that is triggered when an Item is selected

OnFetchedKreyosDevices ( List p_devices ) : void

Getting the list of detected bluetooth devices

OnUpdateWatch ( object sender, System e ) : void

Check of Updates button callback.

메소드 상세

ClearDevices() 공개 메소드

Clear status of all the currently searched devices
public ClearDevices ( ) : void
리턴 void

FetchDevices() 공개 메소드

public FetchDevices ( ) : void
리턴 void

UpdateDevices() 공개 메소드

public UpdateDevices ( ) : void
리턴 void

UpdateFirmwareScreen() 공개 메소드

public UpdateFirmwareScreen ( ) : System
리턴 System