AscMessageProfileItem

Represents the configuration for displaying text messages on OSDP reader LCD screens

Overview of AscMessageProfileItem goes here.

AscMessageProfileItem Properties

AscMessageProfileItem

Field Type Inherited from Description
Column Int32 AscMessageProfileItem Column where the first character of the message will be displayed. 1 == leftmost column, valid values 0..255
DurationInSeconds Int32 AscMessageProfileItem Duration in seconds for temporary message to be displayed. Valid values 0..255 seconds.
Row Int32 AscMessageProfileItem Row where the first character of the message will be displayed. 1 == top row, valid values 0..255
Text String AscMessageProfileItem The string to display. ASCII characters only. If the string exceeds the line width then it will be wrapped or cut off depending on the TextMode.
TextMode AscTextMode AscMessageProfileItem Mode of operation of the text message.

JSON Structure of AscMessageProfileItem

{
   "Column"	:	"Int32",
   "DurationInSeconds"	:	"Int32",
   "Row"	:	"Int32",
   "Text"	:	"String",
   "TextMode"	:	"[AscTextMode](/object-model/asctextmode)"
}