Show / Hide Table of Contents

Class DisplayInfo

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

Inheritance
System.Object
DisplayInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StarMicronics.CloudPrnt.CpMessage
Assembly: cs.temp.dll.dll
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
In This Article
Back to top