public CONNECT_RESP() : base() { Header.SetCommand(CapiMessages_Enum.CONNECT_RESP); m_BProtocol = new CapiStruct_BProtocol(this); m_ConnectedNumber = new CapiStruct_ConnectedNumber(this); m_ConnectedSubaddress = new CapiStruct_SubAddress(this); m_LowLayerCompatibility = new CapiStruct_Data(this); m_AdditionalInfo = new CapiStruct_AdditionalInfo(this); }
public CONNECT_REQ() : base() { Header.SetCommand(CapiMessages_Enum.CONNECT_REQ); m_CalledPartyNumber = new CapiStruct_CalledNumber(this); m_CallingPartyNumber = new CapiStruct_CallingNumber(this); m_CalledPartySubaddress = new CapiStruct_SubAddress(this); m_CallingPartySubaddress = new CapiStruct_SubAddress(this); m_BProtocol = new CapiStruct_BProtocol(this); m_BearerCapability = new CapiStruct_Data(this); m_LowLayerCompatibility = new CapiStruct_Data(this); m_HighLayerCompatibility = new CapiStruct_Data(this); m_AdditionalInfo = new CapiStruct_AdditionalInfo(this); }
public SELECT_B_PROTOCOL_REQ() : base() { Header.SetCommand(CapiMessages_Enum.SELECT_B_PROTOCOL_REQ); m_BProtocol = new CapiStruct_BProtocol(this); }