ZSDK_API
1.5.1049
|
Container holding information about a discovered printer. More...
#import <DiscoveredPrinter.h>
Instance Methods | |
(id) | - initWithAddress: |
Creates an object holding information about a discovered printer. | |
(NSString *) | - toString |
Returns the IP address of the discovered printer. | |
Properties | |
NSString * | address |
IP address of printer. | |
Container holding information about a discovered printer.
- (id) initWithAddress: | (NSString *) | anAddress |
Creates an object holding information about a discovered printer.
anAddress | IP address of the discovered printer. |
- (NSString*) toString |
Returns the IP address of the discovered printer.
Implemented in DiscoveredPrinterNetwork.