Show / Hide Table of Contents

Class DisplayStatus

Describes the status of a display.

Inheritance
System.Object
DisplayStatus
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 DisplayStatus

Properties

connected

True if the display is physically connected. False if the display is physically disconnected or not detected.

Declaration
public bool connected { get; set; }
Property Value
Type Description
System.Boolean
In This Article
Back to top