CashDrawerStatusKind
CashDrawerStatusKind
CashDrawerStatusKind
CashDrawerStatusKind
Enum
Definition
Defines the constants that indicate the cash drawer power status.
public : enum class CashDrawerStatusKindpublic enum CashDrawerStatusKindPublic Enum CashDrawerStatusKind// You can use this enum 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)
|
Fields
| Extended Extended Extended Extended | The device status is not any of the above states. This is available so a POS driver can provide custom notifications to the app. |
| Off Off Off Off | The device is powered off or detached from the terminal. |
| Offline Offline Offline Offline | The device is powered on but is not available to respond to requests. |
| OffOrOffline OffOrOffline OffOrOffline OffOrOffline | The device is either off or offline, but the current state can not be distinguished. |
| Online Online Online Online | The device is powered on and ready to use. |