MultichannelConnectionWrite Method (BinaryReader)
|
Writes all available bytes from the data source to this output stream.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax Exceptions Remarks
The connection must be open before this method is called. If write is called when a connection is closed,
a ConnectionException is thrown.
See Also