RFID API Documentation  1.0
Reference guide for RFID API
GPI_TRIGGER Struct Reference

Contains the GPI-Trigger information. More...

Data Fields

UINT16 portNumber
 GPI Port number on which the trigger is to be enabled. More...
 
BOOLEAN gpiEvent
 The Boolean value that causes a GPI event to trigger. More...
 
UINT32 timeoutMilliseconds
 Trigger timeout in milliseconds. More...
 

Detailed Description

Contains the GPI-Trigger information.

GPI based trigger can be specified for Start Trigger as well as Stop Trigger.

Field Documentation

◆ portNumber

UINT16 GPI_TRIGGER::portNumber

GPI Port number on which the trigger is to be enabled.

◆ gpiEvent

BOOLEAN GPI_TRIGGER::gpiEvent

The Boolean value that causes a GPI event to trigger.

◆ timeoutMilliseconds

UINT32 GPI_TRIGGER::timeoutMilliseconds

Trigger timeout in milliseconds.

If set to zero, it indicates there is no timeout. Ignored for START_TRIGGER_TYPE_GPI; Valid only for STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT.