CashDrawerStatus
CashDrawerStatus
CashDrawerStatus
CashDrawerStatus
Class
Definition
Provides the current power and availability status of the cash drawer.
public : sealed class CashDrawerStatus : ICashDrawerStatuspublic sealed class CashDrawerStatus : ICashDrawerStatusPublic NotInheritable Class CashDrawerStatus Implements ICashDrawerStatus// 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)
|
Remarks
CashDrawerStatus comes from the StatusUpdated event or from the Status property.
Properties
ExtendedStatus ExtendedStatus ExtendedStatus ExtendedStatus
ExtendedStatus provides a way for a Point of Service driver or provider to send custom notifications to the app.
public : unsigned int ExtendedStatus { get; }public uint ExtendedStatus { get; }Public ReadOnly Property ExtendedStatus As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
Value representing the custom notification.
StatusKind StatusKind StatusKind StatusKind
Gets the status kind for the cash drawer status.
public : CashDrawerStatusKind StatusKind { get; }public CashDrawerStatusKind StatusKind { get; }Public ReadOnly Property StatusKind As CashDrawerStatusKind// You can use this property in JavaScript.
The status kind.