C# Class SPH.SPH_IngenicoRBA_RS232

Inheritance: SPH_IngenicoRBA_Common
显示文件 Open project: CORE-POS/IS4C

Protected Properties

Property Type Description
auto_state_change bool

Public Methods

Method Description
Read ( ) : void
SPH_IngenicoRBA_RS232 ( string p ) : System
WriteMessageToDevice ( byte msg ) : void

Private Methods

Method Description
ByteWrite ( byte b ) : void
ConfirmedWrite ( byte b ) : void
GetLRC ( byte b ) : byte[]

Method Details

Read() public method

public Read ( ) : void
return void

SPH_IngenicoRBA_RS232() public method

public SPH_IngenicoRBA_RS232 ( string p ) : System
p string
return System

WriteMessageToDevice() public method

public WriteMessageToDevice ( byte msg ) : void
msg byte
return void

Property Details

auto_state_change protected_oe property

protected bool auto_state_change
return bool