Name | Description |
---|---|
PedDevice |
PED object that represents the terminal. |
Getters
Name | Description |
---|---|
GetTerminalInfo |
Retrieves terminal information such as ID, brand, OS, etc. |
GetTenderState |
Retrieves the current processing state of the tender. |
GetDeviceState |
Returns the state of the PED. |
GetCurrentTender |
Returns the tender that is currently being processed. |
GetUniquePEDreference |
Returns a unique identifier for the PED object. |
GetBatteryPercentage |
Returns the battery charge in percent. Write alerts and optimizations based on this. |
GetTerminalAdditionalData |
Returns the additional data object of the terminal. |
GetDeviceAddress |
Returns the unique address of the terminal. |
GetDeviceName |
Returns the configured name of the terminal that the PedDevice object applies to. |
Use this object in the following calls and callbacks to represent the PED:
- Handle progress events - COM extension
- Handle the Signature callback - COM extension
- Handle the Print Receipt callback - COM extension
- Query the PED object for device information - COM extension
- Handle Dynamic Currency Conversion - COM extension
- Handle the Additional Data callback - COM extension
- Handle the final state callback - COM extension