OID_ATM_SUPPORTED_VC_RATES

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.

 

 

Send comments about this topic to Microsoft