package com.netsdk.lib.structure; import com.netsdk.lib.NetSDKLib; /** * @author 251823 * @description CLIENT_SetPrivacyMaskingEnable 莨��ュ��� * @date 2022/07/21 17:13:49 */ public class NET_IN_SET_PRIVACY_MASKING_ENABLE extends NetSDKLib.SdkStructure { /** * 膸���篏�紊у� */ public int dwSize; /** * ������ */ public int nChannel; /** * true 篏粋�醇������腱����≦�� false �渇�㊥������腱����≦�� */ public int bEnable; public NET_IN_SET_PRIVACY_MASKING_ENABLE() { this.dwSize = this.size(); } }