houzhongjian
2024-11-06 7412dd652c0ac48c5a17b5d9b61d5d2a0f686137
提交 | 用户 | 时间
149dd0 1 package com.iailab.netsdk.lib.structure;
H 2
3 import com.iailab.netsdk.lib.NetSDKLib;
4
5 /**
6  * @author 291189
7  * @version 1.0
8  * @description ESD阻值测试结果
9  * @date 2021/8/20 11:56
10  */
11 public class NET_TEST_RESULT extends NetSDKLib.SdkStructure  {
12     public  int                        nHandValue;                    // k欧姆(阻值单位)
13     public  int                        nLeftFootValue;                // k欧姆(阻值单位)
14     public  int                        nRightFootValue;            // k欧姆(阻值单位)
15     /**  EM_ESD_RESULT */
16     public  int                emEsdResult;                // 测试结果
17     public byte[]                           bReserved=new byte[128];                // 预留字节
18
19
20 }
21
22
23
24