C# Class Kreyos.Classes.Screens.UpdateFirmwareScreen

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: kreyosopensource/KreyosWP

Public Methods

Method Description
ClearDevices ( ) : void

Clear status of all the currently searched devices

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

Private Methods

Method Description
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.

Method Details

ClearDevices() public method

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

FetchDevices() public method

public FetchDevices ( ) : void
return void

UpdateDevices() public method

public UpdateDevices ( ) : void
return void

UpdateFirmwareScreen() public method

public UpdateFirmwareScreen ( ) : System
return System