E42_ClearStatus
This function code is used to clear the status of the ioLogik 4200 Network adapters. When change slot or remove slot from E4200.(Need to reboot E4200 after clear status)
C/C++
int E42_ClearStatus( int hConnection );
Visual Basic
Declare Function E42_ClearStatus Lib "MXIO.dll" (ByVal hConnection As Long) As Long
Arguments:
hConnection |
The handle for an I/O device connection. |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |