Skip to content

PrinterStatusRawData

A class that has the raw data of a printer status.

Overview

You use this object to know raw data of a printer status of your printer. getRawData in PrinterStatus returns this class.

Properties

statusBytes

A status of your printer as bytes array. To know what bytes array shows by yourself, see a command reference of your printer.

Declaration

public byte[] getStatusBytes();