ExtendedMessage Class

This class contains a Standard or Trace message.

Namespace:  IntervalZero.MaxRT.Libraries.DebugMessage
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public class ExtendedMessage

 

The ExtendedMessage class exposes the following members.

Constructors

 

Name Description

Public method

ExtendedMessage
Default constructor.

Fields

  Name Description

Public field

Data
The content of the data.

Public field

Index
The source index of the message.

Public field

Instance
The instance of the message.

Public field

Message
The text of the message.

Public field

Source
The source of the message.

Public field

Format
The message format defined in the Message Viewer.

Public field

Timestamp
The timestamp of the message.

Public field

Type
The message type defined in the Message Viewer.

See Also: