ATM_CALLING_PARTY_NUMBER_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_CALLING_PARTY_NUMBER_IE structure specifies the calling party number information element of an ATM UNI signaling message. The calling party number information element identifies the origin of a call.
Syntax
typedef struct _ATM_CALLING_PARTY_NUMBER_IE {
ATM_ADDRESS Number;
UCHAR PresentationIndication;
UCHAR ScreeningIndicator;
} ATM_CALLING_PARTY_NUMBER_IE, *PATM_CALLING_PARTY_NUMBER_IE;
Members
Number
Specifies the ATM address of the calling party, formatted as an ATM_ADDRESS structure. For more information about this structure, see ATM_ADDRESS.PresentationIndication
Specifies the Presentation IndicatorScreeningIndicator
Specifies the Screening Indicator
Remarks
ATM_CALLING_PARTY_NUMBER_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 calling party number information element, see the User Network Interface (UNI) Specification published by the ATM Forum.
Requirements
Header |
Atm.h (include Atm.h) |
See also