Click or drag to resize

ZebraCardPrinterFilter Class

DiscoveredPrinterFilter implementation that filters out all unsupported devices.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.Printer.DiscoveryZebraCardPrinterFilter

Namespace:  Zebra.Sdk.Card.Printer.Discovery
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public class ZebraCardPrinterFilter : DiscoveredPrinterFilter

The ZebraCardPrinterFilter type exposes the following members.

Constructors
  NameDescription
Public methodZebraCardPrinterFilter
Initializes a new instance of the ZebraCardPrinterFilter class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodShouldAddPrinter
Determines if the discoveredPrinter is a supported Zebra Card Printer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also