DisplayInfo

Information about a display device that is connected to a CloudPRNT client.

NameSpace: StarMicronics.CloudPrnt.CpMessage

Syntax

public class DisplayInfo

Properties

name

Logical device name for the display.
This name may be used to request operations of this display, such as submitting messages to be displayed.

Declaration

public string name { get; set; }

Property Value

Type

Description

System.String

status

Status of the display at the time the CloudPRNT client issued it’s last poll.

Declaration

public DisplayStatus status { get; set; }

Property Value

Type

Description

DisplayStatus