Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OID_ATM_SUPPORTED_VC_RATES OID requests the miniport driver to returns its minimum and maximum cell transmission rates as a structure of type ATM_VC_RATES_SUPPORTED, which is defined as follows:
typedef struct _ATM_VC_RATES_SUPPORTED {
ULONG MinCellRate;
ULONG MaxCellRate;
} ATM_VC_RATES_SUPPORTED, *PATM_VC_RATES_SUPPORTED;
The members of this structure contain the following information:
MinCellRate
The minimum transmission rate in cells per second.MaxCellRate
The maximum transmission rate in cells per second.