TEMPERATURE_ALARM_INFO_NEW
Structure Definition
Function Description
Temperature detection information.
Member Description
| Member | Type | Remark |
| dwRuleID | unsigned int | Rule ID. |
| MaxTemperPos | POINT_16 | The location of the highest temperature. |
| nMaxTemper | int | The temperature at the highest point. |
| MinTemperPos | POINT_16 | The location of the lowest temperature. |
| nMinTemper | int | The temperature at the lowest point. |
| nAverageTemper | int | Average temperature. |
| dwDegreeUnit | unsigned int | Temperature unit, 0: Celsius; 1: Fahrenheit. |
| szRuleName | char[64] | Rule name. |
| dwRuleType | unsigned int | Rule type, 0: point; 1: line; 2: surface. |
| dwReserve | unsigned int[16] | Reserved field. |
| usPolylinePointPos | unsigned short | The polyline description point starts at. |
| usPolylinePointNum | unsigned short | The number of points describing the polyline. |
| chanel | int | The corresponding channel number. |