ConnectionWrite 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.14.1869
Syntaxvoid Write(
	BinaryReader dataSource
)
Sub Write ( 
	dataSource As BinaryReader
)
void Write(
	BinaryReader^ dataSource
)
Parameters
- dataSource
 - Type: System.IOBinaryReader
The data. 
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