OID_WW_CDPD_CS_CONFIGURATION

As a query, the OID_WW_CDPD_CS_CONFIGURATION OID requests the miniport driver to return the current values of the specified configuration variables for circuit-switched CDPD.

As a set, this OID requests the miniport driver to modify the specified configuration variables for circuit-switched CDPD to new values.

In either case, this request uses a WW_CDPD_CS_CONFIGURATION structure, defined as follows:

    typedef struct _WW_CDPD_CS_CONFIGURATION {
         UINT InactivityTimer;
         UINT ReceiveTimer;
         UINT ConnResTimer;
         UINT ReconnRespTimer;
         UINT DisconnTimer;
         UINT NEIRegTimer;
         UINT ReconnRetryTimer;
         UINT LinkResetTimer;
         UINT LinkResetAckTimer;
         UINT n401RetryLimit;
         UINT n402RetryLimit;
         UINT n404RetryLimit;
         UINT n405RetryLimit;
 
    } WW_CDPD_CS_CONFIGURATION;
  

The members of this structure contain the following information:

  • InactivityTimer
    Specifies the number of seconds to wait after last the user payload has been sent or received before dropping the circuit-switched CDPD connection. Value is within the range of 0 and 65535. A value of zero specifies no time-out limit. That is, specifies infinity.

  • ReceiveTimer
    Specifies the time-out limit, in seconds, to wait for a receive.

  • ConnResTimer
    Specifies the time-out limit, in seconds, to wait for a connection response.

  • ReconnRespTimer
    Specifies the time-out limit, in seconds, to wait for a reconnection response.

  • DisconnTimer
    Specifies the time-out limit, in seconds, to wait for a disconnection.

  • NEIRegTimer
    Specifies the time-out limit, in seconds, to wait for an NEI registration.

  • ReconnRetryTimer
    Specifies the time-out limit, in seconds, for retrying a reconnection.

  • LinkResetTimer
    Specifies the time-out limit, in seconds, for resetting a link.

  • LinkResetAckTimer
    Specifies the time-out limit, in seconds, for receiving a link-reset acknowledgment.

  • n401RetryLimit
    As defined for circuit-switched CS-CDPD implementation guidelines.

  • n402RetryLimit
    As defined for circuit-switched CS-CDPD implementation guidelines.

  • n404RetryLimit
    As defined for circuit-switched CS-CDPD implementation guidelines.

  • n405RetryLimit
    As defined for circuit-switched CS-CDPD implementation guidelines.

To ensure that only particular variables are changed, protocols must first submit a query request to record the current state, next modify particular variables as necessary, and then submit a set request.

For all XxxTime rmembers in the preceding structure, anything in the range from 1 to 65535 seconds is theoretically valid, but see the CS-CDPD documentation for specifics.

Indications are irrelevant for this OID.

Note   This OID is not available for use beginning with Windows Vista.

 

 

 

Send comments about this topic to Microsoft