Click or drag to resize

MultichannelConnectionAddWriteLogStream Method

Sets the stream to log the write data to.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
public void AddWriteLogStream(
	BinaryWriter logStream
)

Parameters

logStream
Type: System.IOBinaryWriter
Log all write data to this stream.

Implements

ConnectionWithWriteLoggingAddWriteLogStream(BinaryWriter)
See Also