C# 클래스 Kreyos.Classes.Components.DeviceData

파일 보기 프로젝트 열기: kreyosopensource/KreyosWP 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FONT_BOLD string
FONT_NORMAL string
STATUS_CONNECTED string
STATUS_CONNECTING string
STATUS_DISCONNECTED string
STATUS_NEUTRAL string

공개 메소드들

메소드 설명
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

메소드 상세

DeviceData() 공개 메소드

public DeviceData ( string p_name ) : System
p_name string
리턴 System

DeviceFromIndex() 공개 정적인 메소드

public static DeviceFromIndex ( List p_list, int p_index ) : DeviceData
p_list List
p_index int
리턴 DeviceData

DeviceFromName() 공개 정적인 메소드

public static DeviceFromName ( List p_list, string p_name ) : DeviceData
p_list List
p_name string
리턴 DeviceData

UpdateStatus() 공개 메소드

public UpdateStatus ( EDevice p_status ) : void
p_status EDevice
리턴 void

프로퍼티 상세

FONT_BOLD 공개적으로 정적으로 프로퍼티

public static string FONT_BOLD
리턴 string

FONT_NORMAL 공개적으로 정적으로 프로퍼티

Device Label Font Weight STATUS. the data is binded to the Template of Bluetooth screen
public static string FONT_NORMAL
리턴 string

STATUS_CONNECTED 공개적으로 정적으로 프로퍼티

public static string STATUS_CONNECTED
리턴 string

STATUS_CONNECTING 공개적으로 정적으로 프로퍼티

public static string STATUS_CONNECTING
리턴 string

STATUS_DISCONNECTED 공개적으로 정적으로 프로퍼티

public static string STATUS_DISCONNECTED
리턴 string

STATUS_NEUTRAL 공개적으로 정적으로 프로퍼티

Device status data. the data is binded to the Template of Bluetooth screen
public static string STATUS_NEUTRAL
리턴 string