BRLMGetStatusError
This object has the result in getting status from your printer by BRLMPrinterDriver
.
Properties
code
Declaration
@property(nonatomic, readonly) BRLMGetStatusErrorCode code;
Types
BRLMGetStatusErrorCode
Declaration
typedef NS_ENUM(NSInteger, BRLMGetStatusErrorCode) { BRLMGetStatusErrorCodeNoError, BRLMGetStatusErrorCodePrinterNotFound, BRLMGetStatusErrorCodeTimeout, };