E42_Logic_SetStartStatus
This function code is used to set the Click & Go Logic start status of ioLogik 4200 network adapters.
C/C++
int E42_Logic_SetStartStatus ( int hConnection,
WORD wStatus);
Visual Basic
Declare Function E42_Logic_SetStartStatus Lib "MXIO.dll" (ByVal hConnection As Long, ByVal iStatus As Integer) As Long
Arguments:
hConnection |
The handle for a connection. |
iStatus |
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. |