btPrinterConnect
Last updated
Connects a bluetooth printer to the device.
printerID
The id of the printer to connent.
String/Text
-
-
Yes
extra
Extra parameters stored and passed to callback.
Any
-
-
No
N/A
The function to be executed if the printer is connected successfully.
The function to be executed if the printer is not connected successfully.
Coming Soon.
The user wants to connect a printer to their device.
Drag a combobox and button component to a page in the mobile designer. Call the function btPrinterConnect in the button component.

Call the function componentValue in the printerId parameter of the btPrinterConnect function. Select the combobox component in the component parameter of the componentValue function to view the printers connected.


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



Select the printer to connect to from the combobox.

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

Last updated