typedef struct _ICC_RESPONSE_16_NUMBER
{
L_IccUInt16Number uDeviceCode;
L_IccUInt16Number uReserved;
L_IccS15Fixed16Number uMeasurement;
} ICC_RESPONSE_16_NUMBER, * pICC_RESPONSE_16_NUMBER;
The ICC_RESPONSE_16_NUMBER structure is used to save response arrays data.
16-bit number in the interval [DeviceMin to DeviceMax].
Reserved. Must be set to zero.
Measurement value.
Note that DeviceMin is encoded as 000h, and DeviceMax is encoded as FFFh.