NET_SDK_MANUALTHERM_RULE

Manual Thermometry Rule Structure

Member

Data Type

Description

byRuleID

BYTE

Rule ID, 0-invalid, starts from 1

byEnable

BYTE

Enable or not: 0-no, 1-yes

byRes1

Array of BYTE

Reserved, set to 0

szRuleName

Array of char

Rule name

byRuleCalibType

BYTE

Rule calibration type: 0-point, 1-frame, 2-line

byRes2

BYTE

Reserved, set to 0

struPointTherm

NET_SDK_POINT_THERMOMETRY

Point temperature measurement, it is valid when byRuleCalibType values "0".

struRegionTherm

NET_SDK_REGION_THERMOMETRY

Region temperature measurement, it is valid when byRuleCalibType values "1" or "2".

byRes

Array of BYTE

Reserved, and set to 0