Share via


ATM_BROADBAND_SENDING_COMPLETE_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 ATM_BROADBAND_SENDING_COMPLETE_IE structure specifies the broadband sending complete information element of an ATM UNI signaling message. The broadband sending complete information element indicates completion of the called party number.

Syntax

typedef struct _ATM_BROADBAND_SENDING_COMPLETE_IE {
  UCHAR SendingComplete;
} ATM_BROADBAND_SENDING_COMPLETE_IE, *PATM_BROADBAND_SENDING_COMPLETE_IE;

Members

  • SendingComplete
    The Broadband Sending Complete Indication

Remarks

ATM_BROADBAND_BEARER_CAPABILITY_IE can be included in a set of Q.2931 call manager-specific parameters.

ATM_BROADBAND_BEARER_CAPABILITY_IE is passed at IE in a Q2931_IE structure, which is passed at InfoElements in a Q2931_CALLMGR_PARAMETERS structure.

For more information about the broadband sending complete information element, see the User Network Interface (UNI) Specification published by the ATM Forum.

Requirements

Header

Atm.h (include Atm.h)

See also

Q2931_IE

Q2931_CALLMGR_PARAMETERS

 

 

Send comments about this topic to Microsoft