Table of Contents

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

SenseError

Sense Error Output Method, usually related to EasyAR Sense license.

public DiagnosticsController.MessageOutputMode SenseError

SessionDump

Session State Dump Output Method

public DiagnosticsController.SessionDumpOutputMode SessionDump

SessionError

Session Error Output Method, usually related to the device not supporting some features or incorrect configuration.

public DiagnosticsController.MessageOutputMode SessionError

ShowEditorDialogOnFatal

In the editor, display a dialog when Sense Error or Session Error occurs.

public bool ShowEditorDialogOnFatal

Warning

Warning Output Method

public DiagnosticsController.MessageOutputMode Warning