C# 클래스 SPH.SPH_Datacap_EMVX

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

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
CoordsToInt ( string coord ) : int
GetHttpBody ( string http_request ) : string
GetSignature ( ) : string
InitPDCX ( ) : string
IsCanadianDeviceType ( string device ) : bool
PadReset ( ) : string
ProcessEMV ( string xml, bool autoReset ) : string
ProcessPDC ( string xml ) : string
SecureDeviceToEmvType ( string device ) : string
SecureDeviceToPadType ( string device ) : string
SequenceNo ( ) : 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

IsCanadianDeviceType() 보호된 메소드

protected IsCanadianDeviceType ( string device ) : bool
device string
리턴 bool

PadReset() 보호된 메소드

protected PadReset ( ) : string
리턴 string

ProcessEMV() 보호된 메소드

protected ProcessEMV ( string xml, bool autoReset ) : string
xml string
autoReset bool
리턴 string

ProcessPDC() 보호된 메소드

protected ProcessPDC ( string xml ) : string
xml string
리턴 string

Read() 공개 메소드

public Read ( ) : void
리턴 void

SPH_Datacap_EMVX() 공개 메소드

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

SecureDeviceToEmvType() 보호된 메소드

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

SecureDeviceToPadType() 보호된 메소드

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

SequenceNo() 보호된 메소드

protected SequenceNo ( ) : 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

sequence_no 보호되어 있는 프로퍼티

protected string sequence_no
리턴 string

server_list 보호되어 있는 프로퍼티

protected string server_list
리턴 string