btPrinterIsConnected
Last updated
Checks whether a printer is connected to the device.
N/A
N/A
The function to be executed if the printer is connected.
The function to be executed if the printer is not connected.
Coming Soon.
The user wants to check whether a printer is connected to their device.
Call the function btPrinterIsConnected in a button component.

Call the function infoDialog in the callbacks of the btPrinterIsConnected function.



Select the printer to check from the combobox.

Press the Is Connected button. If the printer is connected to the device, the success infoDialog will appear. If the printer is not connected, the error dialog will appear.

Last updated