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

Other

Any type of ClientAction

PageInfo

Page information of printer

PrinterFirmware

Firmware version of printer

PrinterModel

Model name of printer

SetID

Unique id of printer

Back to top