Handling Events. Details about receiving and processing events generated by the POS engine. An event occurs in realtime while the sale is being processed and allows you to make adjustments and control the operation. This provides an easy level of advanced customisation in a controlled fashion.
Event List Reference. Reference list of all events in the system. Not all events in the reference list can be processed by TTF.
Saleline | Definition of how a single saleline is represented. |
Follow these steps to setup and create your first Hello World application to interact with your Fieldpine POS system
The TTF interface is a programming interface. You need a programming language that is capable of dynamically loading a DLL and calling functions inside it. In this example we will walk you through using C++, but if you are familiar with other languages and prefer to use them, skip this step. Don't worry, you don't need to know C++
void main(int argc, void**argv)
void main(int argc, void**argv)
{
HelloWorld();
return;
...
Each packet sent from POS to TTF uses the following standard header.
FieldNo | Name | Details |
f110 | RequestId | A unique token identifying this request |
f111 | Request RVV | A sequence identificaiton value that is used to mark the state of the system when this event was generated |
f112 | Flags | A series of flags about this request. Stored as bitmask values
|