Click or drag to resize

UsbConnectionWrite Method (Byte, Int32, Int32)

Writes length bytes from data starting at offset.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public override void Write(
	byte[] data,
	int offset,
	int length
)

Parameters

data
Type: SystemByte
The data.
offset
Type: SystemInt32
The start offset in the data.
length
Type: SystemInt32
The number of bytes to write.

Implements

ConnectionWrite(Byte, Int32, Int32)
Exceptions
ExceptionCondition
ConnectionExceptionif an I/O error occurs.
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