C# Class SPH.SPH_Datacap_PDCX

Inheritance: SerialPortHandler
Afficher le fichier Open project: CORE-POS/IS4C

Protected Properties

Свойство Type Description
CONNECT_TIMEOUT short
LISTEN_PORT int
server_list string

Méthodes publiques

Méthode Description
HandleMsg ( string msg ) : void
Read ( ) : void
SPH_Datacap_PDCX ( string p ) : System

Méthodes protégées

Méthode Description
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

Method Details

CoordsToInt() protected méthode

protected CoordsToInt ( string coord ) : int
coord string
Résultat int

GetHttpBody() protected méthode

protected GetHttpBody ( string http_request ) : string
http_request string
Résultat string

GetSignature() protected méthode

protected GetSignature ( ) : string
Résultat string

HandleMsg() public méthode

public HandleMsg ( string msg ) : void
msg string
Résultat void

InitPDCX() protected méthode

protected InitPDCX ( ) : string
Résultat string

Read() public méthode

public Read ( ) : void
Résultat void

SPH_Datacap_PDCX() public méthode

public SPH_Datacap_PDCX ( string p ) : System
p string
Résultat System

SecureDeviceToPadType() protected méthode

protected SecureDeviceToPadType ( string device ) : string
device string
Résultat string

SigDataToPoints() protected méthode

protected SigDataToPoints ( string data ) : List
data string
Résultat List

WrapHttpResponse() protected méthode

protected WrapHttpResponse ( string http_response ) : string
http_response string
Résultat string

initDevice() protected méthode

protected initDevice ( ) : bool
Résultat bool

Property Details

CONNECT_TIMEOUT protected_oe property

protected short CONNECT_TIMEOUT
Résultat short

LISTEN_PORT protected_oe property

protected int LISTEN_PORT
Résultat int

server_list protected_oe property

protected string server_list
Résultat string