Table of Contents

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

SessionMessageHost

Index

Gets the index of the message in the collection.

public int Index { get; }

Property Value

int

MachiningMessage

Gets the machining message contained in this pack.

public MachiningMessage MachiningMessage { get; }

Property Value

MachiningMessage

Message

Gets the message text.

public string Message { get; }

Property Value

string

SourceCommand

Gets the source command that generated this message.

public ISourceCommand SourceCommand { get; }

Property Value

ISourceCommand

Tags

Gets the tags associated with the message.

public HashSet<string> Tags { get; }

Property Value

HashSet<string>