Jay
2024-11-01 03e8aca3ad6201c0d74e00d4c8d7367cdaaa54f9
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.structure;
H 2
3 import com.netsdk.lib.NetSDKLib;
4
5 /**
6  * CLIENT_SetPersonInfoInputResult 输出参数
7  */
8 public class NET_OUT_PERSON_INFO_INPUT_RESULT extends NetSDKLib.SdkStructure {
9     /**
10      * 结构体大小
11      */
12     public int dwSize;
13
14     public NET_OUT_PERSON_INFO_INPUT_RESULT() {
15         this.dwSize = this.size();
16     }
17 }