OID_WW_CDPD_CHANNEL_SELECT

As a query, the OID_WW_CDPD_CHANNEL_SELECT OID requests the miniport driver to return the current channel and remaining time from a previously issued set request. The miniport driver should return NDIS_STATUS_INVALID_DATA if a set request has not yet been issued.

As a set, this OID requests the miniport driver to set the given channel number and time, in seconds, that the subscriber unit should lock onto.

This OID can be used specifically for testing and analyzing channel characteristics. It is not intended to be used during normal operation of the subscriber unit. The subscriber unit should attempt typical registration on the given channel.

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

    typedef struct _WW_CDPD_CHANNEL_SELECT {
         UINT ChannelID;
         UINT fixedDuration;
 
    } WW_CDPD_CHANNEL_SELECT;
  

The members of this structure contain the following information:

  • ChannelID
    Specifies the channel number.

  • fixedDuration
    Specifies the connection time, in seconds.

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