提交 | 用户 | 时间
|
149dd0
|
1 |
package com.iailab.netsdk.lib.structure; |
H |
2 |
|
|
3 |
import com.iailab.netsdk.lib.NetSDKLib; |
|
4 |
|
|
5 |
/** |
|
6 |
* className:ALARM_COLDSPOT_WARNING_INFO |
|
7 |
* description: |
|
8 |
* author:251589 |
|
9 |
* createTime:2021/5/12 20:53 |
|
10 |
* |
|
11 |
* @version v1.0 |
|
12 |
*/ |
|
13 |
|
|
14 |
public class ALARM_COLDSPOT_WARNING_INFO extends NetSDKLib.SdkStructure { |
|
15 |
/** |
|
16 |
* 0:开始 1:停止 |
|
17 |
*/ |
|
18 |
public int nAction; |
|
19 |
|
|
20 |
/** |
|
21 |
* 视频通道号 |
|
22 |
*/ |
|
23 |
public int nChannelID; |
|
24 |
|
|
25 |
/** |
|
26 |
* 冷点的坐标,坐标值 0~8192 |
|
27 |
*/ |
|
28 |
public NetSDKLib.NET_POINT stuCoordinate; |
|
29 |
|
|
30 |
/** |
|
31 |
* 冷点温度值 |
|
32 |
*/ |
|
33 |
public float fColdSpotValue; |
|
34 |
|
|
35 |
/** |
|
36 |
* 温度单位(当前配置的温度单位),见 NET_TEMPERATURE_UNIT |
|
37 |
*/ |
|
38 |
public int nTemperatureUnit; |
|
39 |
|
|
40 |
/** |
|
41 |
* 事件公共扩展字段结构体 |
|
42 |
*/ |
|
43 |
public NET_EVENT_INFO_EXTEND stuEventInfoEx = new NET_EVENT_INFO_EXTEND(); |
|
44 |
|
|
45 |
} |