Contains classes that are used for discovering Bluetooth(R) and network printers.
Classes
| Class | Description | |
|---|---|---|
| BluetoothDiscoverer |
A class that discovers Bluetooth(R) devices.
| |
| DiscoveredPrinter |
Container holding information about a discovered printer.
| |
| DiscoveredPrinterBluetooth |
Instance of DiscoveredPrinter that is returned when performing a Bluetooth(R) discovery.
| |
| DiscoveredPrinterNetwork |
Instance of DiscoveredPrinter that is returned when performing a network discovery.
| |
| DiscoveredPrinterUsb |
Instance of DiscoveredPrinter that is returned when performing a USB discovery.
| |
| NetworkDiscoverer |
A class used to discover printers on an IP network.
| |
| UsbDiscoverer |
A class used to discover USB Printers currently installed or plugged in to the host machine.
|
Interfaces
| Interface | Description | |
|---|---|---|
| DiscoveryHandler |
This interface is used to indicate when a printer is found via discovery.
|