package com.iailab.netsdk.lib.structure; import com.iailab.netsdk.lib.NetSDKLib; /** * @author 421657 * @description VTOInfoçš„æ ¼å¼ * @origin autoTool * @date 2023/10/26 09:34:52 */ public class NET_TALK_DEV_FRONT_DEV_INFO extends NetSDKLib.SdkStructure { /** * / 是å¦ä½¿èƒ½ */ public int bEnable; /** * / Ipåœ°å€ */ public byte[] szAddress = new byte[40]; /** * / 对讲åè®®ç«¯å£ */ public int nPort; /** * / å‰ç«¯è®¾å¤‡ç±»åž‹ç±»åž‹, "Vto": å•å…ƒé—¨å£æœº, "Wall": 围墙机, "Visitor": 访客机 */ public byte[] szType = new byte[32]; /** * / ä¸å· */ public byte[] szMiddleNumber = new byte[16]; /** * / 设备所处ä½ç½® */ public byte[] szMachineAddress = new byte[64]; /** * / 设备呼å«å®¤å†…机,室内机的铃声文件 */ public byte[] szRingFile = new byte[64]; /** * / 设备呼å«å®¤å†…æœºï¼Œå®¤å†…æœºçš„é“ƒå£°å¤§å° */ public int nRingVolume; /** * / 设备的Rtspç«¯å£ */ public int nRtspPort; /** * / Dtmf1å¼€é”ç */ public byte[] szUnlockDtmf1 = new byte[32]; /** * / Dtmf2å¼€é”ç */ public byte[] szUnlockDtmf2 = new byte[32]; /** * / 三代登陆用户 */ public byte[] szUsername = new byte[32]; /** * / 三代登陆密ç */ public byte[] szPassword = new byte[32]; /** * / 设备å¯æ”¯æŒé”æ•°é‡ */ public int nLockNumber; /** * / è”动IPCçš„é…ç½®ä¿¡æ¯ */ public byte[] szLinkIPC = new byte[32]; /** * / 设备设备åºåˆ—å· */ public byte[] szSN = new byte[32]; /** * / 是å¦ä½¿ç”¨è®¾å¤‡æ‰€å¤„ä½ç½®æ‰©å±•å—段 */ public int bMachineAddressEx; /** * / 设备所处ä½ç½®æ‰©å±• */ public byte[] szMachineAddressEx = new byte[256]; public NET_TALK_DEV_FRONT_DEV_INFO() { } }