‘liusuyi’
2023-06-26 05e5da7edd1368a2e8f216b3efc6e87eb8d375a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
package com.ard.utils.tcp;
 
/**
 * @Description:
 * @ClassName: domain
 * @Author: 刘苏义
 * @Date: 2023年06月26日15:21
 * @Version: 1.0
 **/
public class index {
    //header
    public static Integer[] type = {0,1};
    public static Integer[] funcc = {1,2};
    public static Integer[] payloadSize = {2,4};
    //NET_TARGET_HEAD
    public static Integer[] dwTim = {4,8};
    public static Integer[] wTargetNum = {8,10};
    public static Integer[] acRes = {10,68};
    //NET_TARGET_UNIT
//    public static Integer[] dwID = {68,72};
//    public static Integer[] dwGSum = {};
//    public static Integer[] iDistance = 2;
//    public static Integer[] cTrkNum = 1;
//    public static Integer[] cStat = 1;
//    public static Integer[] sVx = 2;
//    public static Integer[] sVy = 2;
//    public static Integer[] sAreaNo = 2;
//    public static Integer[] cGrp = 1;
//    public static Integer[] acRes1 = 33;
//    public static Integer[] szName = 32;
//    public static Integer[] afTx = 16;
//    public static Integer[] afTy = 16;
}