FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
DisplaySettings Class Reference

A data structure to store FAST.DisplayLoader settings. More...

Public Attributes

int numberOfDisplays = 1
 Settings, Code
The number of displays required to run the activity.
 
string prefixErrorMessage = ""
 Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
 
string replacementErrorMessage = ""
 Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
 
string suffixErrorMessage = ""
 Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.
 

Detailed Description

A data structure to store FAST.DisplayLoader settings.

Member Data Documentation

◆ numberOfDisplays

int numberOfDisplays = 1

Settings, Code
The number of displays required to run the activity.

◆ prefixErrorMessage

string prefixErrorMessage = ""

Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.

◆ replacementErrorMessage

string replacementErrorMessage = ""

Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.

◆ suffixErrorMessage

string suffixErrorMessage = ""

Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.


The documentation for this class was generated from the following file: