Class DiagnosticsController.MessageOutputOptions
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Message Output Options
[Serializable]
public class DiagnosticsController.MessageOutputOptions
- Inheritance
-
DiagnosticsController.MessageOutputOptions
Fields
Error
Error Output Method
public DiagnosticsController.MessageOutputMode Error
Field Value
SenseError
Sense Error Output Method, usually related to EasyAR Sense license.
public DiagnosticsController.MessageOutputMode SenseError
Field Value
SessionDump
Session State Dump Output Method
public DiagnosticsController.SessionDumpOutputMode SessionDump
Field Value
SessionError
Session Error Output Method, usually related to the device not supporting some features or incorrect configuration.
public DiagnosticsController.MessageOutputMode SessionError
Field Value
ShowEditorDialogOnFatal
In the editor, display a dialog when Sense Error or Session Error occurs.
public bool ShowEditorDialogOnFatal
Field Value
Warning
Warning Output Method
public DiagnosticsController.MessageOutputMode Warning