AI2K_ReadMaxRaw
This function code is used to read the analog input maximize raw data for a specific channel.
C/C++
int AI2K_ReadMaxRaw( int hConnection,
BYTE bytChannel,
WORD * wValue);
Visual Basic
Declare Function AI2K_ReadMaxRaw Lib "MXIO.dll" (ByVal hConnection As Long, ByVal bytChannel As Byte, iValue As Integer) As Long
Arguments:
hConnection |
The handle for an I/O device connection. |
bytChannel |
The specific channel to be read. |
wValue |
An point that stores the specific A/I channel's maximize raw data. |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |