Default implementation of ZebraPrinterConnection.Write(byte[], int, int).
            
    Namespace: 
   ZSDK_API.CommAssembly: ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0
Syntax
| C# | 
|---|
public void Write( byte[] data, int offset, int length )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub Write ( _ data As Byte(), _ offset As Integer, _ length As Integer _ )  | 
Parameters
- data
 - Type: array<
            System..::.Byte
          >[]()[]
 
- offset
 - Type: System..::.Int32
 
- length
 - Type: System..::.Int32