TC2K_ReadMin

 

This function code is used to read the TC input minimize value for a specific channel.

 

C/C++

int TC2K_ReadMin( int hConnection,

BYTE bytChannel,

double *dValue);

 

Visual Basic

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

 

Arguments:

hConnection

The handle for an I/O device connection.

bytChannel

The specific channel to be read.

dwValue

A pointer that stores the specific channel TC input minimize value to be read. The unit is mV for the Millivolt, for Celsius and ℉ for Fahrenheit.

Burn Out (0x7fffffff)

 

Return Value:

Succeed

MXIO_OK

Fail

Refer to Return Codes.