PrinterStatus
NameSpace: StarMicronics.CloudPrnt
Syntax
public class PrinterStatus
Constructors
PrinterStatus(String)
Declaration
public PrinterStatus(string cpStatus)
Parameters
Type |
Name |
Description |
---|---|---|
System.String |
cpStatus |
CloudPRNT POSTリクエストで得られる"status"キーの文字列値 |
Properties
BlackMarkError
Declaration
public bool BlackMarkError { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
CompulsionSwitch
Declaration
public bool CompulsionSwitch { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
CoverOpen
Declaration
public bool CoverOpen { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
CutterError
Declaration
public bool CutterError { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
MechanicalError
Declaration
public bool MechanicalError { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
Online
Declaration
public bool Online { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
OverTemperature
Declaration
public bool OverTemperature { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
PaperEmpty
Declaration
public bool PaperEmpty { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
PaperLow
Declaration
public bool PaperLow { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
PresenterPaperJam
Declaration
public bool PresenterPaperJam { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
ReceiveBufferOverflow
Declaration
public bool ReceiveBufferOverflow { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
Recoverable
Declaration
public bool Recoverable { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |
VoltageError
Declaration
public bool VoltageError { get; }
Property Value
Type |
Description |
---|---|
System.Boolean |