C# Class Kreyos.Classes.Components.DeviceData

Afficher le fichier Open project: kreyosopensource/KreyosWP Class Usage Examples

Méthodes publiques

Свойство Type Description
FONT_BOLD string
FONT_NORMAL string
STATUS_CONNECTED string
STATUS_CONNECTING string
STATUS_DISCONNECTED string
STATUS_NEUTRAL string

Méthodes publiques

Méthode Description
DeviceData ( string p_name ) : System
DeviceFromIndex ( List p_list, int p_index ) : DeviceData
DeviceFromName ( List p_list, string p_name ) : DeviceData
UpdateStatus ( EDevice p_status ) : void

Method Details

DeviceData() public méthode

public DeviceData ( string p_name ) : System
p_name string
Résultat System

DeviceFromIndex() public static méthode

public static DeviceFromIndex ( List p_list, int p_index ) : DeviceData
p_list List
p_index int
Résultat DeviceData

DeviceFromName() public static méthode

public static DeviceFromName ( List p_list, string p_name ) : DeviceData
p_list List
p_name string
Résultat DeviceData

UpdateStatus() public méthode

public UpdateStatus ( EDevice p_status ) : void
p_status EDevice
Résultat void

Property Details

FONT_BOLD public_oe static_oe property

public static string FONT_BOLD
Résultat string

FONT_NORMAL public_oe static_oe property

Device Label Font Weight STATUS. the data is binded to the Template of Bluetooth screen
public static string FONT_NORMAL
Résultat string

STATUS_CONNECTED public_oe static_oe property

public static string STATUS_CONNECTED
Résultat string

STATUS_CONNECTING public_oe static_oe property

public static string STATUS_CONNECTING
Résultat string

STATUS_DISCONNECTED public_oe static_oe property

public static string STATUS_DISCONNECTED
Résultat string

STATUS_NEUTRAL public_oe static_oe property

Device status data. the data is binded to the Template of Bluetooth screen
public static string STATUS_NEUTRAL
Résultat string