BRLMPrinterDriverGenerateResult
A class containing a result of generating BRLMPrinterDriver
instance and the instance.
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;