C# Класс Kreyos.Classes.Screens.BluetoothScreen

Наследование: PhoneApplicationPage
Показать файл Открыть проект

Открытые методы

Метод Описание
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