Class SessionMessagePack
- Namespace
- Hi.MachiningProcs
- Assembly
- HiMech.dll
Represents a package containing a machining message and its associated context.
public class SessionMessagePack
- Inheritance
-
SessionMessagePack
- Inherited Members
- Extension Methods
Properties
Host
Gets the host that contains this message pack.
public SessionMessageHost Host { get; }
Property Value
Index
Gets the index of the message in the collection.
public int Index { get; }
Property Value
MachiningMessage
Gets the machining message contained in this pack.
public MachiningMessage MachiningMessage { get; }
Property Value
Message
Gets the message text.
public string Message { get; }
Property Value
SourceCommand
Gets the source command that generated this message.
public ISourceCommand SourceCommand { get; }
Property Value
Tags
Gets the tags associated with the message.
public HashSet<string> Tags { get; }