RTD2K_ReadMinRaw

 

This function code is used to read the RTD input minimize raw data for a specific channel.

 

C/C++

int RTD2K_ReadMinRaw( int hConnection,

BYTE bytChannel,

WORD * iValue);

 

Visual Basic

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

 

Arguments:

hConnection

The handle for an I/O device connection.

bytChannel

The specific channel to be read.

iValue

An point that stores the specific RTD channel's minimize raw data.

 

Return Value:

Succeed

MXIO_OK

Fail

Refer to Return Codes.