ZSDK_API  1.5.1049
 All Classes Functions Enumerations Enumerator Properties Pages
DiscoveredPrinterNetwork Class Reference

Instance of DiscoveredPrinter that is returned when performing a network discovery. More...

#import <DiscoveredPrinterNetwork.h>

Inheritance diagram for DiscoveredPrinterNetwork:
DiscoveredPrinter

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.
 

Detailed Description

Instance of DiscoveredPrinter that is returned when performing a network discovery.

Method Documentation

- (id) initWithAddress: (NSString *)  anAddress
andWithPort: (NSInteger)  aPort 

Initializes a new instance of the DiscoveredPrinterNetwork class with anAddress and aPort.

Parameters
anAddressIP address of the printer.
aPortThe printing port.
- (NSString*) toString

Returns the IP address of the discovered printer.

Returns
the IP address.

Implements DiscoveredPrinter.


The documentation for this class was generated from the following file: