|
Q.931 message structure.
More...
#include <ooq931.h>
|
Data Fields |
|
ASN1UINT | protocolDiscriminator |
|
ASN1UINT | callReference |
|
ASN1BOOL | fromDestination |
|
ASN1UINT | messageType |
|
ASN1UINT | tunneledMsgType |
|
ASN1INT | logicalChannelNo |
|
DList | ies |
|
Q931InformationElement * | bearerCapabilityIE |
|
Q931InformationElement * | callingPartyNumberIE |
|
Q931InformationElement * | calledPartyNumberIE |
|
Q931InformationElement * | causeIE |
|
Q931InformationElement * | keypadIE |
|
H225H323_UserInformation * | userInfo |
Detailed Description
Q.931 message structure.
Contains context for memory allocation, protocol discriminator, call reference, meesage type and list of user-user information elements (IEs).
Definition at line 235 of file ooq931.h. The documentation for this struct was generated from the following file:
|