PowerNotification Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible states of power notification for the current device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration PowerNotification
public enum PowerNotification
public enum class PowerNotification
public enum PowerNotification
public enum PowerNotification

Members

Member name Description
Disabled The service object will not provide power notifications to the application. No power notification StatusUpdateEvent events will be raised, and the PowerState property may not be set.
Enabled The service object will raise power notification StatusUpdateEvent events and update the PowerState property, beginning when the DeviceEnabled property is set to true. The level of functionality available depends on the value of the CapPowerReporting property.

Remarks

Used by the PowerNotify property. Members of this enumeration replace the PN_DISABLED and PN_ENABLED UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PosCommon.PowerNotify Property