Click or drag to resize
S101Client Constructor (IDisposable, ReadAsyncCallback, WriteAsyncCallback)
Initializes a new instance of the S101Client class by calling S101Client(connection, readAsync, writeAsync, null).

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public S101Client(
	IDisposable connection,
	ReadAsyncCallback readAsync,
	WriteAsyncCallback writeAsync
)

Parameters

connection
Type: SystemIDisposable
readAsync
Type: Lawo.IOReadAsyncCallback
writeAsync
Type: Lawo.IOWriteAsyncCallback
Remarks
See S101Client remarks for more information.
See Also