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

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

공개 메소드들

메소드 설명
BluetoothScreen ( ) : System
CheckConnectedDevices ( ) : void
ClearDevices ( ) : void

Clear status of all the currently searched devices

UpdateDevices ( ) : void

비공개 메소드들

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

OnFetchDevices ( object sender, System e ) : void
OnFetchedKreyosDevices ( List p_devices ) : void

Getting the list of detected bluetooth devices

메소드 상세

BluetoothScreen() 공개 메소드

public BluetoothScreen ( ) : System
리턴 System

CheckConnectedDevices() 공개 메소드

public CheckConnectedDevices ( ) : void
리턴 void

ClearDevices() 공개 메소드

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

UpdateDevices() 공개 메소드

public UpdateDevices ( ) : void
리턴 void