BRLMRequestPrinterInfoResult
A class containing a some of result of request printer info functions in BRLMPrinterDriver
class.
Overview
This object is only generated by BRLMPrinterDriver
class.
Properties
printerInfo
A value of printer info. Type depends on a function.
Declaration
@property (nonatomic, readonly, nullable) ObjectType printerInfo;
error
An error class. For detail, see BRLMRequestPrinterInfoError
.
Declaration
@property (nonatomic, readonly, nonnull) BRLMRequestPrinterInfoError* error;