Click or drag to resize
S101LogReader Constructor
Initializes a new instance of the S101LogReader class.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public S101LogReader(
	EmberTypeBag types,
	XmlReader logReader
)

Parameters

types
Type: Lawo.EmberPlusSharp.EmberEmberTypeBag
The types to pass to the internal EmberConverter, which is used to convert between XML payload and EmBER payload.
logReader
Type: System.XmlXmlReader
The XmlReader to read the events from. The format needs to match the one written by S101Logger.
Exceptions
ExceptionCondition
ArgumentNullExceptiontypes and/or logReader equal null.
See Also