AAL1_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 AAL1_PARAMETERS structure specifies AAL 1 parameters.
Syntax
typedef struct _AAL1_PARAMETERS {
UCHAR Subtype;
UCHAR CBRRate;
USHORT Multiplier;
UCHAR SourceClockRecoveryMethod;
UCHAR ErrorCorrectionMethod;
USHORT StructuredDataTransferBlocksize;
UCHAR PartiallyFilledCellsMethod;
} AAL1_PARAMETERS, *PAAL1_PARAMETERS;
Members
Subtype
Specifies the Subtype.CBRRate
Specifies the CBR Rate.Multiplier
Specifies the Multiplier.SourceClockRecoveryMethod
Specifies the Source Clock Frequency Recovery Method.ErrorCorrectionMethod
Specifies the Error Correction Method.StructuredDataTransferBlocksize
Specifies the Structured Data Transfer Block size.PartiallyFilledCellsMethod
Specifies the Partially Filled Cells Method.
Remarks
AAL1_PARAMETERS is a member of an AAL_PARAMETERS_IE structure.
For definitions and information about AAL 1 parameters, see the User Network Interface (UNI) Specification published by the ATM Forum.
Requirements
Header |
Atm.h (include Atm.h) |
See also