Jay
2024-11-01 03e8aca3ad6201c0d74e00d4c8d7367cdaaa54f9
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.netsdk.lib.structure;
 
import com.netsdk.lib.NetSDKLib;
 
/**
 * @author 291189
 * @version 1.0
 * @description
 * @date 2022/8/10 14:14
 */
public class ByteSize16  extends NetSDKLib.SdkStructure{
    public byte[]  byte16=new byte[16];
}