- Handling events through the
vmc_link_events_tinterface. - Understanding the structure of
vpos_config_tclass.
Link Events Interface
Thevmc_link_events_t Interface defines the events related to the communication link between the vending machine controller (VMC) and Nayax devices. Implementing this interface enables your application to respond to critical events that occur during the device’s operation.
The following code block presents how to add the interface:
Interface Methods
The table below describes the available methods of the interface.VPOS Configuration Class
Thevpos_config_t class encapsulates the configuration settings for the VPOS, which are communicated between the VMC and the device. The following code block lists all available configurations: