Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.02 KB

cashdrawer_fromidasync_1322863552.md

File metadata and controls

30 lines (21 loc) · 1.02 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.CashDrawer.FromIdAsync(System.String)
winrt method
xbox

Windows.Devices.PointOfService.CashDrawer.FromIdAsync

-description

Creates CashDrawer object from the DeviceInformation.Id.

-parameters

-param deviceId

The DeviceInformation.Id that identifies a specific cash drawer, which can be retrieved from the DeviceId property.

-returns

The cash drawer specified by the unique device identifier. Returns a null object in the following cases:

  • The specific device is not found.
  • Access denied to the existing device. The user can deny access to a device, which is not treated as an exception.

-remarks

-examples

-see-also