Click or drag to resize

ConnectionAAddWriteLogStream Method

Sets the stream to log the write data to.

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

Parameters

logStream  BinaryWriter
The stream to log the data to.

Implements

ConnectionWithWriteLoggingAddWriteLogStream(BinaryWriter)
See Also