BRLMOpenChannelError

This object has the result in generating BRLMPrinterDriver by BRLMPrinterDriverGenerator.

Properties

code

Declaration

@property(nonatomic, readonly) BRLMOpenChannelErrorCode code;

Types

BRLMOpenChannelErrorCode

Declaration

typedef NS_ENUM(NSInteger, BRLMOpenChannelErrorCode) {
    BRLMOpenChannelErrorCodeNoError,
    BRLMOpenChannelErrorCodeOpenStreamFailure,
    BRLMOpenChannelErrorCodeTimeout,
};