Share via


PowerReporting Enum

Definition

Enumerates the possible power reporting capabilities of a device.

public enum PowerReporting
type PowerReporting = 
Public Enum PowerReporting
Inheritance
PowerReporting

Fields

Name Value Description
None 0

The service object cannot determine the state of the device. Therefore, no power reporting is possible.

Standard 1

The service object can determine and report two of the power states, OffOffline (that is, Off or Offline) and Online.

Advanced 2

The service object can determine and report all three power states, Off, Offline, and Online.

Applies to