Standard software
PA 1500
2)
i_PA1500_StartInputEvent (...)
Syntax :
<Return value> = i_PA1500_StartInputEvent
(BYTE b_BoardHandle,
BYTE b_PortNbr)
Parameters:
BYTE
b_BoardHandle
Handle of the
PA 1500
BYTE
b_Port
Number of the input port (1 or 2)
Task:
As soon as the function is called up, it is possible to process an event on one
port. First mask the inputs with the following function
i_PA1500_SetInputEventMask .
Return value:
0: No error
-1: Handle parameter of the board is wrong
-2: The parametered port number is wrong
-3: Event has not been initialised with the function
"i_PA1500_SetInputEvent".
3)
i_PA1500_StopInputEvent (...)
Syntax:
<Return value> = i_PA1500_StopInputEvent
(BYTE b_BoardHandle,
BYTE b_PortNbr)
Parameters:
BYTE
b_BoardHandle
Handle of the
PA 1500
BYTE
b_Port
Number of the input port (1 or 2)
Task:
Once the function is called up, it is not possible to process an event on one
port.
Return value:
0: No error
-1: Handle parameter of the board is wrong
-2: The parametered port number is wrong
-3: Event has not been initialised with the function
"i_PA1500_SetInputEvent"
64