提交 | 用户 | 时间 | ||
149dd0 | 1 | package com.iailab.netsdk.lib.structure; |
H | 2 | |
3 | import com.iailab.netsdk.lib.NetSDKLib; | |
4 | ||
5 | /** | |
6 | * @author 251823 | |
7 | * @description 8192坐标点 | |
8 | * @date 2022/07/21 16:59:51 | |
9 | */ | |
10 | public class NET_UINT_POINT extends NetSDKLib.SdkStructure { | |
11 | ||
12 | public int nx; | |
13 | ||
14 | public int ny; | |
15 | ||
16 | public NET_UINT_POINT() { | |
17 | } | |
18 | } |