typedef struct tagPT_CounterEventStart
{
INT16U counter;
INT16U GateMode;
} PT_CounterEventStart, * LPT_CounterEventStart;
PT_CounterEventStart is used in function DRV_CounterEventStart.
| Name | Direction | Range | Description |
| counter | input | 0-(N-1) (N depends on the hardware) | The channel number of the specified counter. From a minimum of zero for the first channel to the maximum channel number minus one. For example, the range is from 0 to (N-1) on a device with N counter channels. |
| GateMode | input | 0, 1, 2, 3, 4 | Gate mode. 0 (no gate), 1 (high level triggering), 2 (low level
triggering), 3 (raising edge triggering) and 4 (falling edge triggering). Only used in PCI1712/PCI1710 and is reserved for other devices. |