Is there any way to get Printer Name / Model number using iOS Link-OS sdk.
DiscoveredPrinter has only one property that is 'address'.
My application needs to display Printer name / model number as well.
Can anyone please help me to get it resolved.
Thanks!
Retrive printer name// Expert user has replied. |
1 Replies
You can make a connection to the printer with the IP address in the DiscoveredPrinter object and retrieve the printer name, serial number, printer model, etc., from the printer, and display them in the UI. Here are some examples: