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 device not supporting some functions or incorrect configuration.
public DiagnosticsController.MessageOutputMode SessionError
Field Value
ShowEditorDialogOnFatal
In the editor, display a dialog box when Sense Error or Session Error occurs.
public bool ShowEditorDialogOnFatal
Field Value
Warning
Warning output method.
public DiagnosticsController.MessageOutputMode Warning