PollRequest
NameSpace: StarMicronics.CloudPrnt.CpMessage
Syntax
public class PollRequest
Properties
barcodeReader
Declaration
public BarcodeReaderInfo[] barcodeReader { get; set; }
Property Value
Type |
Description |
---|---|
clientAction
Declaration
public ClientActionResult[] clientAction { get; set; }
Property Value
Type |
Description |
---|---|
DecodedStatus
Declaration
public PrinterStatus DecodedStatus { get; }
Property Value
Type |
Description |
---|---|
display
Declaration
public DisplayInfo[] display { get; set; }
Property Value
Type |
Description |
---|---|
DisplayInfo [] |
keyboard
Declaration
public KeyboardInfo[] keyboard { get; set; }
Property Value
Type |
Description |
---|---|
KeyboardInfo [] |
printerMAC
Declaration
public string printerMAC { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
printingInProgress
Declaration
public bool printingInProgress { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |
status
Declaration
public string status { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
statusCode
Declaration
public string statusCode { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
uniqueID
Declaration
public string uniqueID { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
Methods
FromJson(String)
Declaration
public static PollRequest FromJson(string pollRequest)
Parameters
Type |
Name |
Description |
---|---|---|
System.String |
pollRequest |
JSON入力 |
Returns
Type |
Description |
---|---|
デシリアライズされたPollRequestオブジェクト |