Trade equipment common library. 1.0.0
TE Class Reference

The TE class is a namespace for miscellaneous identifiers that need to be global-like in trade equipment objects. More...

#include <teglobal.h>

Inheritance diagram for TE:
TEBase TEConnect TEDisplayBase TEReaderBase TEScalesBase TEConnectKeyboard TEConnectSerial TEConnectTCP TEConnectTEServer

Public Types

enum  CaptureMode { CM_Exclusive =0 , CM_NonExclusive =1 }
 Define connection capture mode for setCaptureMode()
 
enum  EquipmentConnectionType {
  ECT_NOCONNECTION =0x0 , ECT_SERIAL =0x1 , ECT_KEYBOARD =0x2 , ECT_TCP =0x3 ,
  ECT_TESERVER =0x4
}
 
enum  CashRegisterOperations {
  CRO_SELL = 0x0 , CRO_BUY = 0x1 , CRO_SELLRET = 0x2 , CRO_BUYRET = 0x3 ,
  CRO_SELLSTORNO = 0x4 , CRO_BUYSTORNO = 0x5 , CRO_CASHIN = 0x6 , CRO_CASHOUT = 0x7 ,
  CRO_DISCOUNT = 0x8 , CRO_DISCOUNTPERCENT = 0x9 , CRO_OPMASK = 0xF
}
 

Detailed Description

The TE class is a namespace for miscellaneous identifiers that need to be global-like in trade equipment objects.

Member Enumeration Documentation

◆ CashRegisterOperations

Define cash register operations codes.

◆ EquipmentConnectionType

Define trade equipment connection types.


The documentation for this class was generated from the following file: