Jay
2024-11-01 03e8aca3ad6201c0d74e00d4c8d7367cdaaa54f9
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.structure;
H 2
3 import com.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 }