DisplayStatus

Describes the status of a display.

NameSpace: StarMicronics.CloudPrnt.CpMessage

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