BRLMPrinterDriverGenerateResult
A class that contains the result of BRLMPrinterDriverGenerator as well as the instance of the class.
Overview
This object is only generated by BRLMPrinterDriverGenerator class.
Properties
error
An error class. For detail, see BRLMOpenChannelError.
Declaration
@property (nonatomic, readonly) BRLMOpenChannelError *error;
driver
An BRLMPrinterDriver instance. If there are errors, this is nil.
Declaration
@property (nonatomic, readonly, nullable) BRLMPrinterDriver *driver;