E1K_GetSafeStatus
This function code is used to get the safe status of ioLogik 1200 Module.
C/C++
int E1K_GetSafeStatus( int hConnection,
WORD wStatus);
Visual Basic
Declare Function E1K_GetSafeStatus Lib "MXIO.dll" (ByVal hConnection As Long, iStatus As Integer) As Long
Arguments:
hConnection |
The handle for a connection. |
wStatus |
An pointer that stores the specific module's safe status. The values are: 0: Normal 1: Safe mode |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |