프로퍼티 | 타입 | 설명 | |
---|---|---|---|
auto_state_change | bool | ||
last_message | byte[] |
메소드 | 설명 | |
---|---|---|
HandleMessageFromDevice ( byte buffer ) : void | ||
HandleMsg ( String msg ) : void | ||
Read ( ) : void | ||
SPH_IngenicoRBA_Common ( ) : System | ||
SPH_IngenicoRBA_Common ( string p ) : System | ||
WriteMessageToDevice ( byte msg ) : void |
메소드 | 설명 | |
---|---|---|
GetCardType ( ) : byte[] | ||
GetVariableMessage ( string var_code ) : byte[] | ||
HardResetMessage ( ) : byte[] | ||
OfflineMessage ( ) : byte[] | ||
OnlineMessage ( ) : byte[] | ||
ParseAuthMessage ( byte msg ) : void | ||
ParseSigBlockMessage ( int status, byte msg ) : void | ||
ParseSigLengthMessage ( int status, byte msg ) : void | ||
PinEntryScreen ( ) : byte[] | ||
ReadConfigMessage ( string group_num, string index_num ) : byte[] | ||
SaveStateMessage ( ) : byte[] | ||
ScreenLinesReset ( ) : byte[] | ||
SetVariableMessage ( string var_code, string var_value ) : byte[] | ||
SigRequestMessage ( ) : byte[] | ||
SimpleMessageScreen ( string the_message ) : byte[] | ||
StatusRequestMessage ( ) : byte[] | ||
SwipeCardScreen ( ) : byte[] | ||
TermApprovedScreen ( ) : byte[] | ||
TermWaitScreen ( ) : byte[] | ||
UpdateScreenMessage ( string update ) : byte[] | ||
WriteConfigMessage ( string group_num, string index_num, string val ) : byte[] |
메소드 | 설명 | |
---|---|---|
CheckLRC ( byte b ) : bool | ||
PushOutput ( string s ) : void |
protected GetVariableMessage ( string var_code ) : byte[] | ||
var_code | string | |
리턴 | byte[] |
public HandleMessageFromDevice ( byte buffer ) : void | ||
buffer | byte | |
리턴 | void |
protected ParseSigBlockMessage ( int status, byte msg ) : void | ||
status | int | |
msg | byte | |
리턴 | void |
protected ParseSigLengthMessage ( int status, byte msg ) : void | ||
status | int | |
msg | byte | |
리턴 | void |
protected ReadConfigMessage ( string group_num, string index_num ) : byte[] | ||
group_num | string | |
index_num | string | |
리턴 | byte[] |
public SPH_IngenicoRBA_Common ( string p ) : System | ||
p | string | |
리턴 | System |
protected SetVariableMessage ( string var_code, string var_value ) : byte[] | ||
var_code | string | |
var_value | string | |
리턴 | byte[] |
protected SimpleMessageScreen ( string the_message ) : byte[] | ||
the_message | string | |
리턴 | byte[] |
protected UpdateScreenMessage ( string update ) : byte[] | ||
update | string | |
리턴 | byte[] |
protected WriteConfigMessage ( string group_num, string index_num, string val ) : byte[] | ||
group_num | string | |
index_num | string | |
val | string | |
리턴 | byte[] |