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() -> String
getName gets a String that represents the discovered printer's name. This is later used to connect to the same printer.
getConnectionType() -> ConnectionType
getConnectionType gets a ConnectionType object that represents the protocol used to discover this printer object.