Skip to content

PosSharp.Abstractions.PowerState

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

PosSharp v1.2.0 API Reference


PowerState Enum

Specifies the current power state of the device.

public enum PowerState

Fields

Unknown 0

The power state is unknown or not supported.

Online 2001

The device is powered on.

Off 2002

The device is powered off.

Offline 2003

The device is powered on but offline.

OffOffline 2004

The device is powered off and offline.

Clone this wiki locally