-
Notifications
You must be signed in to change notification settings - Fork 0
PosSharp.Abstractions.IUposDevice.SetEnabledAsync(bool,System.Threading.CancellationToken)
github-actions[bot] edited this page May 8, 2026
·
4 revisions
Enables or disables the device.
System.Threading.Tasks.Task SetEnabledAsync(bool enabled, System.Threading.CancellationToken ct=default(System.Threading.CancellationToken));enabled System.Boolean
true to enable; false to disable.
ct System.Threading.CancellationToken
A token to cancel the operation.
System.Threading.Tasks.Task
A task representing the asynchronous operation.
Expand / Collapse
- Interfaces
- Classes
- Events
- Enums & Constants
Expand / Collapse
- Lifecycle Management
- Base Components
- Exceptions
