提交 | 用户 | 时间 | ||
149dd0 | 1 | package com.iailab.netsdk.lib.structure; |
H | 2 | |
3 | import com.iailab.netsdk.lib.NetSDKLib; | |
4 | import com.sun.jna.Pointer; | |
5 | ||
6 | /** | |
7 | * @author 47081 | |
8 | * @version 1.0 | |
9 | * @description {@link NetSDKLib#CLIENT_Set2DCode(NetSDKLib.LLong, Pointer, Pointer, int)}的出参 | |
10 | * @date 2020/9/10 | |
11 | */ | |
12 | public class NET_OUT_SET_2DCODE extends NetSDKLib.SdkStructure { | |
13 | /** | |
14 | * 结构体大小 | |
15 | */ | |
16 | public int dwSize; | |
17 | ||
18 | public NET_OUT_SET_2DCODE() { | |
19 | this.dwSize = this.size(); | |
20 | } | |
21 | } |