Click or drag to resize
S101Reader Constructor (ReadAsyncCallback)
Initializes a new instance of the S101Reader class by calling S101Reader(readAsync, 8192).

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public S101Reader(
	ReadAsyncCallback readAsync
)

Parameters

readAsync
Type: Lawo.IOReadAsyncCallback
See Also