DiscoveredPrinterInformation

The Brady SDK DiscoveredPrinterInformation object is returned when a nearby printer is discovered. It only allows the user to get the printer's name because the SDK handles everything else related to the printer's discovery.

getName()

getName returns a String that represents the discovered printer's name. This is later used to connect to the same printer.

getConnectionType()

getConnectionType returns the enumeration ConnectionType representing how the discovered printer was discovered (Bluetooth, Wi-Fi, or BLE).