Skip to content

BRLMPrinterSearchError

This object has the result of searching printer by BRLMPrinterSearcher.

Properties

code

Declaration

@property(nonatomic, readonly) BRLMPrinterSearchErrorCode code;

Types

BRLMPrinterSearchErrorCode

Declaration

typedef NS_ENUM(NSInteger, BRLMPrinterSearchErrorCode) {
    BRLMPrinterSearchErrorNoError = 30100,
    BRLMPrinterSearchErrorCanceled,
    BRLMPrinterSearchErrorAlreadySearching,
    BRLMPrinterSearchErrorUnsupported,
    BRLMPrinterSearchErrorUnknownError,
};