Adp4K_ClearStatus

 

This function code is used to clear the status of the ioLogik 4000 adapters.

 

C/C++

int Adp4K_ClearStatus( int hConnection );

 

Visual Basic

Declare Function Adp4K_ClearStatus Lib "MXIO.dll" (ByVal hConnection As Long, iBusStatus As Integer, iFPStatus As Integer, iEWStatus As Integer, iESStatus As Integer, iECStatus As Integer) As Long

 

Arguments:

hConnection

The handle for an I/O device connection.

 

Return Value:

Succeed

MXIO_OK

Fail

Refer to Return Codes.