PollResponse
NameSpace: StarMicronics.CloudPrnt.CpMessage
Syntax
public class PollResponse
Properties
claimBarcodeReader
Declaration
public List<string> claimBarcodeReader { get; set; }
Property Value
Type |
Description |
---|---|
System.Collections.Generic.List<System.String> |
claimKeyboard
Declaration
public List<string> claimKeyboard { get; set; }
Property Value
Type |
Description |
---|---|
System.Collections.Generic.List<System.String> |
clientAction
Declaration
public List<ClientActionRequest> clientAction { get; set; }
Property Value
Type |
Description |
---|---|
System.Collections.Generic.List< ClientActionRequest > |
deleteMethod
Declaration
public string deleteMethod { get; set; }
Property Value
Type |
Description |
---|---|
System.String |
display
Declaration
public List<DisplayUpdate> display { get; set; }
Property Value
Type |
Description |
---|---|
System.Collections.Generic.List< DisplayUpdate > |
jobReady
Declaration
public bool jobReady { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |
mediaTypes
Declaration
public bool jobReady { get; set; }
Property Value
Type |
Description |
---|---|
System.Boolean |
Methods
ToJson(PollResponse, Boolean)
Declaration
public static string ToJson(PollResponse pollResponse, bool indented = false)
Parameters
Type |
Name |
Description |
---|---|---|
pollResponse |
シリアライズされるPollResponse |
|
System.Boolean |
indented |
JSON をフォーマットまたはインデントするには、'true'に設定します。デバッグ用に読み取りやすいデータを生成することを目的としています (デフォルトは'false') |
Returns
Type |
Description |
---|---|
System.String` |
ポーリングPOSTレスポンスのためのCloudPRNT互換JSON文字列データ |
ToJson(Boolean)
Declaration
public string ToJson(bool indented = false)
Parameters
Type |
Name |
Description |
---|---|---|
System.Boolean |
indented |
'true' に設定すると、デバッグ用に読み取りやすいJSONデータを生成します (デフォルトは 'false') |
Returns
Type |
Description |
---|---|
System.String` |