E1K_ClearSafeStatus
This function code is used to clear the safe status of ioLogik 1200 Module.
C/C++
int E1K_ClearSafeStatus( int hConnection);
Visual Basic
Declare Function E1K_ClearSafeStatus Lib "MXIO.dll" (ByVal hConnection As Long) As Long
Arguments:
hConnection |
The handle for a connection. |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |