GetStatusError

This object has the result in getting status from your printer by PrinterDriver.

Properties

code

Declaration

public ErrorCode getCode();

Types

BRLMGetStatusErrorCode

Declaration

public enum ErrorCode {
    NoError,
    PrinterNotFound,
    Timeout,
}