Share via


RADIODEVTYPE (Compact 2013)

3/26/2014

This enumeration contains the values to determine the possible types of wireless devices.

Syntax

typedef enum _RADIODEVTYPE { 
    POWER_MANAGED = 1,
    POWER_PHONE,
    POWER_BLUETOOTH,
}RADIODEVTYPE;

Elements

  • POWER_MANAGED
    Specifies a device with power management.
  • POWER_PHONE,
    Specifies a phone device.
  • POWER_BLUETOOTH,
    Specifies a Bluetooth device.

Remarks

The enumeration starts with 1 instead of the default 0. The first element, POWER_MANAGED, has a value of 1.

Requirements

Header

wrlspwr.h

See Also

Reference

Wireless Device Power Management Enumerations