Skip to content

BRLMGetStatusError

This object has the result of getting status from your printer by BRLMPrinterDriver.

Properties

code

Declaration

@property(nonatomic, readonly) BRLMGetStatusErrorCode code;

Types

BRLMGetStatusErrorCode

Declaration

typedef NS_ENUM(NSInteger, BRLMGetStatusErrorCode) {
    BRLMGetStatusErrorCodeNoError = 20000,
    BRLMGetStatusErrorCodePrinterNotFound,
    BRLMGetStatusErrorCodeTimeout,
};