Share via


PosCommon.CapPowerReporting Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the power reporting capabilities of the device.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapPowerReporting As PowerReporting
public abstract PowerReporting CapPowerReporting { get; }
public:
virtual property PowerReporting CapPowerReporting {
    PowerReporting get () abstract;
}
/** @property */
public abstract PowerReporting get_CapPowerReporting ()
public abstract function get CapPowerReporting () : PowerReporting

Remarks

Possible values are defined by the PowerReporting enumeration.

PowerReporting is initialized to PowerReporting.None. The Service Object should then set PowerReporting based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
PowerState
PowerNotify