1#import <Foundation/Foundation.h>
2#import "DiscoveryPacket.h"
86+ (NSArray<NSString *> *)getPrinterListWithBrand:(PrinterBrand)brand;
119+ (NSArray<NSString *> *)getPrinterListWithBrand:(PrinterBrand)brand timeout:(NSInteger)timeoutMs;
A utility class for discovering printers on the local network.
Definition NetworkDiscover.h:34
NSArray< NSString * > * getPrinterList()
Discovers printers on the local network.