ConnectionAWrite(BinaryReader) Method
|
Writes all available bytes from the data source to this output stream.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public virtual void Write(
BinaryReader dataSource
)
Public Overridable Sub Write (
dataSource As BinaryReader
)
public:
virtual void Write(
BinaryReader^ dataSource
)
Parameters
- dataSource BinaryReader
- The data.
Implements
ConnectionWrite(BinaryReader)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