BRLMOpenChannelError
This object has the result of generating BRLMPrinterDriver by BRLMPrinterDriverGenerator
.
Properties
code
Declaration
@property(nonatomic, readonly) BRLMOpenChannelErrorCode code;
Types
BRLMOpenChannelErrorCode
Declaration
typedef NS_ENUM(NSInteger, BRLMOpenChannelErrorCode) {
BRLMOpenChannelErrorCodeNoError = 30000,
BRLMOpenChannelErrorCodeOpenStreamFailure,
BRLMOpenChannelErrorCodeTimeout,
};