C# 클래스 SPH.SPH_Datacap_PDCX

상속: SerialPortHandler
파일 보기 프로젝트 열기: CORE-POS/IS4C

보호된 프로퍼티들

프로퍼티 타입 설명
CONNECT_TIMEOUT short
LISTEN_PORT int
server_list string

공개 메소드들

메소드 설명
HandleMsg ( string msg ) : void
Read ( ) : void
SPH_Datacap_PDCX ( string p ) : System

보호된 메소드들

메소드 설명
CoordsToInt ( string coord ) : int
GetHttpBody ( string http_request ) : string
GetSignature ( ) : string
InitPDCX ( ) : string
SecureDeviceToPadType ( string device ) : string
SigDataToPoints ( string data ) : List
WrapHttpResponse ( string http_response ) : string
initDevice ( ) : bool

메소드 상세

CoordsToInt() 보호된 메소드

protected CoordsToInt ( string coord ) : int
coord string
리턴 int

GetHttpBody() 보호된 메소드

protected GetHttpBody ( string http_request ) : string
http_request string
리턴 string

GetSignature() 보호된 메소드

protected GetSignature ( ) : string
리턴 string

HandleMsg() 공개 메소드

public HandleMsg ( string msg ) : void
msg string
리턴 void

InitPDCX() 보호된 메소드

protected InitPDCX ( ) : string
리턴 string

Read() 공개 메소드

public Read ( ) : void
리턴 void

SPH_Datacap_PDCX() 공개 메소드

public SPH_Datacap_PDCX ( string p ) : System
p string
리턴 System

SecureDeviceToPadType() 보호된 메소드

protected SecureDeviceToPadType ( string device ) : string
device string
리턴 string

SigDataToPoints() 보호된 메소드

protected SigDataToPoints ( string data ) : List
data string
리턴 List

WrapHttpResponse() 보호된 메소드

protected WrapHttpResponse ( string http_response ) : string
http_response string
리턴 string

initDevice() 보호된 메소드

protected initDevice ( ) : bool
리턴 bool

프로퍼티 상세

CONNECT_TIMEOUT 보호되어 있는 프로퍼티

protected short CONNECT_TIMEOUT
리턴 short

LISTEN_PORT 보호되어 있는 프로퍼티

protected int LISTEN_PORT
리턴 int

server_list 보호되어 있는 프로퍼티

protected string server_list
리턴 string