dsc9513SingleCounterControl
BYTE dsc9513SingleCounterControl(DSCB board, BYTE counter, BYTE action)
Initiates a Load, Arm, Load & Arm, Disarm, Save, or Disarm & Save command on a single counter on GPIO-MM-11 or GPIO-MM-12. See information on the commands in dsc9513CounterControl ().
Name
Description
DSCB
The handle of the board to operate on
counter
Counter no., 1-10 for GPIO-MM-11 and GPIO-MM-12
action
Action to perform on the selected counter. Select from choices below: QMM_ACTION_NONE 0 QMM_ACTION_ARM 1 QMM_ACTION_LOAD 2 QMM_ACTION_LOAD_AND_ARM 3
Return Value
Error code or 0.
Last updated
Was this helpful?