Skip to content

BRLMGetPrinterStatusResult

A class containing a result of getting BRLMPrinterStatus instance and the instance.

Overview

This object is only generated by BRLMPrinterDriver class.

Properties

error

An error class. For detail, see BRLMGetStatusError.

Declaration

@property (nonatomic, readonly) BRLMGetStatusError *error;

status

A BRLMPrinterStatus instance. If there are errors, this is nil.

Declaration

@property (nonatomic, readonly, nullable) BRLMPrinterStatus *status;