Click or drag to resize

DiscoveredPrinterUsb Class

Instance of DiscoveredPrinter that is returned when performing a USB discovery.
Inheritance Hierarchy

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax
public class DiscoveredPrinterUsb : DiscoveredPrinter

The DiscoveredPrinterUsb type exposes the following members.

Constructors
  NameDescription
Public methodDiscoveredPrinterUsb
Creates a new DiscoveredPrinterUsb.
Top
Properties
  NameDescription
Public propertyAddress
MAC address, IP Address, or local name of printer.
(Inherited from DiscoveredPrinter.)
Public propertyDevice
The Android™ UsbDevice used by this DiscoveredPrinterUsb instance.
Public propertyDiscoveryDataMap
Returna a Dictionary of all settings obtained via the chosen discovery method.
(Inherited from DiscoveredPrinter.)
Public propertyManager
The Android™ UsbManager used by this DiscoveredPrinterUsb instance.
Top
Methods
  NameDescription
Public methodEquals
Returns true if two discovered printer objects have the same address, otherwise it returns false.
(Inherited from DiscoveredPrinter.)
Public methodGetConnection (Overrides DiscoveredPrinterGetConnection.)
Public methodGetHashCode
Returns a hash code for this DiscoveredPrinter.
(Inherited from DiscoveredPrinter.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
For TCP, this returns the IP Address. For driver, this returns the local printer name.
(Inherited from DiscoveredPrinter.)
Top
See Also