RLY2K_ResetCnt

 

This function code is used to reset count value of contiguous D/O channel.

 

C/C++

int RLY2K_ResetCnt ( int hConnection,

BYTE bytChannel);

 

Visual Basic

Declare Function RLY2K_ResetCnt Lib "MXIO.dll" (ByVal hConnection As Long, ByVal bytChannel As Byte) As Long

 

Arguments:

hConnection

The handle for an I/O device connection.

bytChannel

The specific channel to be reset

 

Return Value:

Succeed

MXIO_OK

Fail

Refer to Return Codes.