Overload List
Name | Description | |
---|---|---|
Write(array<Byte>[]()[]) |
Writes data.Length bytes from the specified byte array to the connection. The connection must be
open before this method is called. If Write is called when a connection is closed, a
ZebraPrinterConnectionException is thrown.
| |
Write(array<Byte>[]()[], Int32, Int32) |
Writes length bytes from data starting at offset. The connection must be
open before this method is called. If Write is called when a connection is closed, a
ZebraPrinterConnectionException is thrown.
|