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