Click or drag to resize
GlowLogInterpreter Class
Reads the events written by a S101Logger instantiated with Instance and applies them to the tree rooted in Root.
Inheritance Hierarchy
SystemObject
  Lawo.EmberPlusSharp.GlowGlowLogInterpreter

Namespace: Lawo.EmberPlusSharp.Glow
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class GlowLogInterpreter

The GlowLogInterpreter type exposes the following members.

Constructors
  NameDescription
Public methodGlowLogInterpreter
Initializes a new instance of the GlowLogInterpreter class.
Top
Properties
  NameDescription
Public propertyDirection
Gets the direction of the current message.
Public propertyMessage
Gets the current message.
Public propertyNumber
Gets the number of the current message.
Public propertyRoot
Gets the root node.
Public propertyTimeUtc
Gets the UTC time of the current message.
Top
Methods
  NameDescription
Public methodApplyPayload
Applies the payload of the current message to the tree rooted in Root.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Reads the next message.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also