Show / Hide Table of Contents

Enum ClientActions

An enumeration of supportec ClientAction request types. These will be converted to/from the corresponding CloudPRNT specification string name as needed. Note that independent CloudPRNT clinets may support additional ClientAction request types that are not available through this enumeration. For example some may offer device specific requests. In this case, please use the ClientActions.Other value, and supply the requires request type as a string.

Namespace: StarMicronics.CloudPrnt.CpMessage
Assembly: cs.temp.dll.dll
Syntax
public enum ClientActions

Fields

Name Description
ClientType

Type of Client

ClientVersion

CloudPRNT version of client

Encodings

Supported enconding types

GetPollInterval

Polling interval of printer

HoldPrintControl

Setting hold print control of printer (Available with TSP650IISK model) Applicable options value is "default" / "valid" / "invalid"(*) (*Recommend)

Other

Any type of ClientAction

PageInfo

Page information of printer

PaperPresentStatusControl

Setting inform of hold print status (Available with TSP650IISK model) Applicable options value is "default"() / "valid"() / "invalid" (*Recommend)

PaperPresentStatusMonitor

Setting monitor of hold print status (Available with TSP650IISK model) Applicable options value is "enable"(*) / "disable" (*Recommend)

PrinterFirmware

Firmware version of printer (No available model at this time)

PrinterModel

Model name of printer (No available model at this time)

SetID

Unique id of printer

In This Article
Back to top