AAL34_PARAMETERS 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 AAL34_PARAMETERS structure specifies AAL 3/4 parameters.
Syntax
typedef struct _AAL34_PARAMETERS {
USHORT ForwardMaxCPCSSDUSize;
USHORT BackwardMaxCPCSSDUSize;
USHORT LowestMID;
USHORT HighestMID;
UCHAR SSCSType;
} AAL34_PARAMETERS, *PAAL34_PARAMETERS;
Members
ForwardMaxCPCSSDUSize
Specifies in bytes the Forward Maximum CPCS-SDU Size.BackwardMaxCPCSSDUSize
Specifies in bytes the Backward Maximum CPCS-SDU Size.LowestMID
Specifies the lowest value of the MID range.HighestMID
Specifies the highest value of the MID range.SSCSType
Specifies the SSCS Type.
Remarks
AAL34_PARAMETERS is a member of an AAL_PARAMETERS_IE structure.
For definitions and information about the encoding of AAL 1 parameters, see the User Network Interface (UNI) Specification published by the ATM Forum.
Requirements
Header |
Atm.h (include Atm.h) |
See also