Skip to content

BRLMPrinterSearchResult

A class containing a result of search printer functions of BRLMPrinterSearcher class.

Overview

This object is only generated by BRLMPrinterSearcher class.

Properties

channels

A list of discovered printer info.

Declaration

@property (nonatomic, readonly) NSArray<BRLMChannel *>* channels;

error

An error class. For detail, see BRLMPrinterSearchError.

Declaration

@property (nonatomic, readonly) BRLMPrinterSearchError *error;