Skip to content

BRLMNetworkSearchOption

Network search option.

Overview

You use this object with BRLMPrinterSearcher to control search function.

Properties

printerList

Specify target printer models. Only the specified models will be found.

Declaration

@property (nonatomic, nullable) NSArray<NSString *> *printerList;

searchDuration

Time to perform the search in seconds.

Declaration

@property (nonatomic) NSTimeInterval searchDuration;