C# Class Kreyos.Classes.Screens.BluetoothScreen

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: kreyosopensource/KreyosWP

Public Methods

Method Description
BluetoothScreen ( ) : System
CheckConnectedDevices ( ) : void
ClearDevices ( ) : void

Clear status of all the currently searched devices

UpdateDevices ( ) : void

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

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

Getting the list of detected bluetooth devices

Method Details

BluetoothScreen() public method

public BluetoothScreen ( ) : System
return System

CheckConnectedDevices() public method

public CheckConnectedDevices ( ) : void
return void

ClearDevices() public method

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

UpdateDevices() public method

public UpdateDevices ( ) : void
return void