Q2931_IE structure

Note   NDIS 5. x has been deprecated and is superseded by NDIS 6. x. For new NDIS driver development, see Network Drivers Starting with Windows Vista. For information about porting NDIS 5. x drivers to NDIS 6. x, see Porting NDIS 5.x Drivers to NDIS 6.0.

The Q2931_IE structure serves as a header for each information element attached to a Q2931_CALLMGR_PARAMETERS structure.

Syntax

typedef struct _Q2931_IE {
  Q2931_IE_TYPE IEType;
  ULONG         IELength;
  UCHAR         IE[1];
} Q2931_IE, *PQ2931_IE;

Members

  • IEType
    Specifies the information element type as one of the following values:

    • IE_AALParameters
      ATM Adaptation layer (AAL) parameters

    • IE_TrafficDescriptor
      Traffic descriptor

    • IE_BroadbandBearerCapability
      Broadband bearer capability

    • IE_BHLI
      Broadband high layer information (BHLI)

    • IE_BLLI
      Broadband low layer information (BLLI)

    • IE_CalledPartyNumber
      Called party number

    • IE_CalledPartySubaddress
      Called party subaddress

    • IE_CallingPartyNumber
      Calling party number

    • IE_CallingPartySubaddress
      Calling party subaddress

    • IE_Cause
      Cause

    • IE_QOSClass
      Quality of service (QoS) class

    • IE_TransitNetworkSelection
      Transit network selection

    • IE_BroadbandSendingComplete
      Broadband sending complete

    • IE_LIJCallId
      Leaf Initiated Joint (LIJ) Call ID

    • IE_Raw
      Raw (unformatted) user-supplied data

  • IELength
    Specifies the length in bytes of the information element, including the Q2931_IE structure and the variable length array beginning at IE[0].

  • IE
    Specifies a variable-length array that contains an information element of the type specified at IEType.

Remarks

A Q2931_IE structure encapsulates and serves as a header for each information element at InfoElements in a Q2931_CALLMGR_PARAMETERS structure. The Q2931_IE structure describes the encapsulated information element.

Requirements

Header

Atm.h (include Atm.h)

See also

AAL_PARAMETERS_IE

ATM_BHLI_IE

ATM_BLLI_IE

ATM_BROADBAND_BEARER_CAPABILITY_IE

ATM_BROADBAND_SENDING_COMPLETE_IE

ATM_CALLING_PARTY_NUMBER_IE

ATM_CAUSE_IE

ATM_QOS_CLASS_IE

ATM_RAW_IE

ATM_TRAFFIC_DESCRIPTOR_IE

ATM_TRANSIT_NETWORK_SELECTION_IE

Q2931_CALLMGR_PARAMETERS

 

 

Send comments about this topic to Microsoft