houzhongjian
2024-10-30 a28ca3f36d0ace05966a8c0fac1e4b5fe921f882
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.structure;
H 2
3
4 import com.netsdk.lib.NetSDKLib;
5
6 /**
7  * @author 291189
8  * @description CLIENT_GetRadiometryCurrentHotColdSpotInfo 入参
9  * @origin autoTool
10  * @date 2023/08/07 13:51:18
11  */
12 public class NET_IN_RADIOMETRY_CURRENTHOTCOLDSPOT_INFO extends NetSDKLib.SdkStructure {
13
14     public int dwSize;
15     /**
16      * 通道号:只有热成像通道有效
17      */
18     public int nChannel;
19
20     public NET_IN_RADIOMETRY_CURRENTHOTCOLDSPOT_INFO() {
21         this.dwSize = this.size();
22     }
23 }