SystemStateChangeReason Enumeration

2/27/2008

Lists the possible actions an application can allow for a PosPower device.

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

Syntax

'Declaration
Public Enumeration SystemStateChangeReason
public enum SystemStateChangeReason
public enum class SystemStateChangeReason
public enum SystemStateChangeReason
public enum SystemStateChangeReason

Members

Member name Description
Allow The request should be allowed.
Deny The request should be denied.
Request The system should enter the requested standby or suspend state.

Remarks

Used by the StandbyPos and SuspendPos methods. Members of this enumeration replace the PWR_REASON_REQUEST, PWR_REASON_ALLOW, and PWR_REASON_DENY UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace