C# Class Kreyos.Classes.Screens.BluetoothScreen

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: kreyosopensource/KreyosWP

Méthodes publiques

Méthode Description
BluetoothScreen ( ) : System
CheckConnectedDevices ( ) : void
ClearDevices ( ) : void

Clear status of all the currently searched devices

UpdateDevices ( ) : void

Private Methods

Méthode 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 méthode

public BluetoothScreen ( ) : System
Résultat System

CheckConnectedDevices() public méthode

public CheckConnectedDevices ( ) : void
Résultat void

ClearDevices() public méthode

Clear status of all the currently searched devices
public ClearDevices ( ) : void
Résultat void

UpdateDevices() public méthode

public UpdateDevices ( ) : void
Résultat void