DisplayUpdate
Represents a message to be passed to a display that is conencted to a CloudPRNT client.
NameSpace: StarMicronics.CloudPrnt.CpMessage
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 |