PosCommon.StatusPowerOffline Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the device is powered on but is either not ready or unable to respond to requests.
public const int StatusPowerOffline = 2003;
val mutable StatusPowerOffline : int
Public Const StatusPowerOffline As Integer = 2003