Skip to content

PosSharp.Abstractions.ControlState

github-actions[bot] edited this page May 8, 2026 · 6 revisions

PosSharp v1.2.0 API Reference


ControlState Enum

Represents the logical state of a UPOS device.

public enum ControlState

Fields

Closed 0

The device is closed and not initialized.

Idle 1

The device is open but not yet claimed.

Claimed 2

The device is open and claimed, but not yet enabled.

Enabled 3

The device is open, claimed, and enabled.

Busy 4

The device is currently executing an operation.

Error 5

The device has encountered an unrecoverable error.

Clone this wiki locally