Show / Hide Table of Contents

Class DisplayUpdate

Represents a message to be passed to a display that is conencted to a CloudPRNT client.

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

Properties

message

Message which will be passed to the display, using CloudPRNT display markup format.

Declaration
public string message { get; set; }
Property Value
Type Description
System.String

name

Name of the display which should receive this message.

Declaration
public string name { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top