Gets the current state of printer attributes like paper presence and battery condition.
private int[] GetStatus();
This method returns an array of integer values representing the status responses received from the printer.
This method sends the status query commands specified in the commands and attribute JSON object for the selected printer and then parses the responses for matching status messages. Any status messages that match (up to a total of ten) are accumulated and their numerical identifiers are returned.
Several printers are not capable of this functionality.