| 
    ZSDK_API
    1.4.957
    
   | 
 
Instance of DiscoveredPrinter that is returned when performing a network discovery.  
 More...
#import <DiscoveredPrinterNetwork.h>
  
 Instance Methods | |
| (id) | - initWithAddress:andWithPort: | 
Initializes a new instance of the DiscoveredPrinterNetwork class with anAddress and aPort.   | |
| (NSString *) | - toString | 
| Returns the IP address of the discovered printer.   | |
  Instance Methods inherited from DiscoveredPrinter | |
| (id) | - initWithAddress: | 
| Creates an object holding information about a discovered printer.   | |
Properties | |
| NSInteger | port | 
| Printing port.  | |
| NSString * | dnsName | 
| DNS name.  | |
  Properties inherited from DiscoveredPrinter | |
| NSString * | address | 
| IP address of printer.  | |
Instance of DiscoveredPrinter that is returned when performing a network discovery. 
| - (id) initWithAddress: | (NSString *) | anAddress | |
| andWithPort: | (NSInteger) | aPort | |
Initializes a new instance of the DiscoveredPrinterNetwork class with anAddress and aPort. 
| anAddress | IP address of the printer. | 
| aPort | The printing port. | 
| - (NSString*) toString | 
Returns the IP address of the discovered printer.
Implements DiscoveredPrinter.