Discovered
|
The DiscoveredPrinterNetwork type exposes the following members.
Name | Description | |
---|---|---|
![]() | DiscoveredPrinterNetwork(DictionaryString, String) | Returns an instance of a DiscoveredPrinterNetwork built using the provided attributes. |
![]() | DiscoveredPrinterNetwork(String, Int32) | Returns an instance of a DiscoveredPrinterNetwork with address and port. |
Name | Description | |
---|---|---|
![]() | Address |
MAC address, IP Address, or local name of printer.
(Inherited from DiscoveredPrinter) |
![]() | DiscoveryDataMap |
Returna a Dictionary of all settings obtained via the chosen discovery method.
(Inherited from DiscoveredPrinter) |
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if two discovered printer objects have the same address, otherwise it returns false.
(Overrides DiscoveredPrinterEquals(Object)) |
![]() | GetConnection |
Creates a connection based on the information in the DiscoveredPrinter response.
(Overrides DiscoveredPrinterGetConnection) |
![]() | GetHashCode |
Returns a hash code for this DiscoveredPrinter.
(Overrides DiscoveredPrinterGetHashCode) |
![]() | GetType | (Inherited from Object) |
![]() | ToString |
For TCP, this returns the IP Address. For driver, this returns the local printer name.
(Inherited from DiscoveredPrinter) |