1#import <Foundation/Foundation.h>
2#import "DiscoveryPacket.h"
69+ (NSArray<NSString *> *)getPrinterListWithBrand:(PrinterBrand)brand;
93+ (NSArray<NSString *> *)getPrinterListWithBrand:(PrinterBrand)brand timeout:(NSInteger)timeoutMs;
A utility class for discovering printers on the network.
Definition NetworkDiscover.h:31
NSArray< NSString * > * getPrinterList()
Gets a list of all discovered printers on the network.