btPrinterPortList
Last updated
Returns a list of all the bluetooth printer ports.
N/A
N/A
The function to be executed if the printer ports are returned successfully.
The function to be executed if the printer ports are not returned successfully, or when 'btPrinterPortList error: bluetoothClassicSerial plugins not found' is returned.
Coming Soon.
The user wants to connect to view the list of printers available.
Call the function btPrinterPortList in a button component.
Call the function setComboOptions in the callback and infoDialog in the errCallback of the btPrinterPortList function.



Press the Generate Printer List button.
If the printer list is generated, the printers will be shown in the combobox. If the printer list is not generated, the error dialog will appear.

Last updated