CashDrawerCapabilities CashDrawerCapabilities CashDrawerCapabilities CashDrawerCapabilities Class

Definition

Represents the cash drawer capabilities.

public : sealed class CashDrawerCapabilities : ICashDrawerCapabilitiespublic sealed class CashDrawerCapabilities : ICashDrawerCapabilitiesPublic NotInheritable Class CashDrawerCapabilities Implements ICashDrawerCapabilities// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

IsDrawerOpenSensorAvailable IsDrawerOpenSensorAvailable IsDrawerOpenSensorAvailable IsDrawerOpenSensorAvailable

Indicated whether cash drawer open sensor is available.

public : PlatForm::Boolean IsDrawerOpenSensorAvailable { get; }public bool IsDrawerOpenSensorAvailable { get; }Public ReadOnly Property IsDrawerOpenSensorAvailable As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the sensor is available, otherwise false.

IsStatisticsReportingSupported IsStatisticsReportingSupported IsStatisticsReportingSupported IsStatisticsReportingSupported

Whether statistics reporting is supported by the cash drawer.

public : PlatForm::Boolean IsStatisticsReportingSupported { get; }public bool IsStatisticsReportingSupported { get; }Public ReadOnly Property IsStatisticsReportingSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if statistics reporting is supported by the cash drawer; otherwise, false.

IsStatisticsUpdatingSupported IsStatisticsUpdatingSupported IsStatisticsUpdatingSupported IsStatisticsUpdatingSupported

Whether statistics updating is supported by the cash drawer.

public : PlatForm::Boolean IsStatisticsUpdatingSupported { get; }public bool IsStatisticsUpdatingSupported { get; }Public ReadOnly Property IsStatisticsUpdatingSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if statistics updating is supported by the cash drawer; otherwise, false.

IsStatusMultiDrawerDetectSupported IsStatusMultiDrawerDetectSupported IsStatusMultiDrawerDetectSupported IsStatusMultiDrawerDetectSupported

Whether the status from multiple drawers is supported.

public : PlatForm::Boolean IsStatusMultiDrawerDetectSupported { get; }public bool IsStatusMultiDrawerDetectSupported { get; }Public ReadOnly Property IsStatusMultiDrawerDetectSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if multiple drawer detection is supported, otherwise false.

IsStatusReportingSupported IsStatusReportingSupported IsStatusReportingSupported IsStatusReportingSupported

Whether status reporting is supported by the cash drawer.

public : PlatForm::Boolean IsStatusReportingSupported { get; }public bool IsStatusReportingSupported { get; }Public ReadOnly Property IsStatusReportingSupported As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if status reporting is supported, otherwise false.

PowerReportingType PowerReportingType PowerReportingType PowerReportingType

Whether the cash drawer has standard or advanced power reporting.

public : UnifiedPosPowerReportingType PowerReportingType { get; }public UnifiedPosPowerReportingType PowerReportingType { get; }Public ReadOnly Property PowerReportingType As UnifiedPosPowerReportingType// You can use this property in JavaScript.
Value
UnifiedPosPowerReportingType UnifiedPosPowerReportingType UnifiedPosPowerReportingType UnifiedPosPowerReportingType

Defines the constants that indicates power reporting capabilities of the cash drawer.