The JSPrintManager websocket.
If the websocket have closed, then retry to reconnect automatically
Gets or sets the URL to request the license info from.
Gets or sets the URL to request the license info from.
Gets the status of the WebSocket connection.
Returns the JSPrintManager Client App Info including version, OS and CPU.
True to use WebSocket Secure (wss://); otherwise false.
The host name, 'localhost' by default.
The local network port number.
Returns the default paper name for the specified printer.
The printer name.
Returns the default tray name for the specified printer.
The printer name.
Returns the JSPrintManager Client App instances.
True to use WebSocket Secure (wss://); otherwise false.
The host name, 'localhost' by default.
The local network port number.
Returns the Media Access Control (MAC) address of the client system.
Returns paper related info (width, height, printable area) for the specified printer and paper name.
The printer name.
The paper name.
Returns the list of supported papers for the specified printer.
The printer name.
Gets the list of installed printers in the client system.
Gets detailed info of each installed printer in the client system.
Returns the list of scanner devices available in the client system.
Returns the list of Serial ports available in the client system.
Gets an unique certificate / public-key to use for encryption scenarios. The returned JSON object is {"certificate":"CERT_PEM_FORMAT", "public_key":"PUB_KEY_PEM_FORMAT"}
Returns the list of fonts name available in the client system.
Returns the list of supported trays for the specified printer.
The printer name.
Returns the User name of the current client system session.
Occurs when a new printer is created in the client system.
The callback function
The error function
The printers info details level
Occurs when any printer is deleted from the client system.
The callback function
The error function
The printers info details level
Occurs when any printer is updated in the client system.
The callback function
The error function
The printers info details level
Displays the About dialog of the JSPrintManager Client App.
Starts a WebSocket communication with the JSPrintManager Client App.
True to use WebSocket Secure (wss://); otherwise false.
The host name, 'localhost' by default.
The local network port number.
Closes the WebSocket connection.
Unsubscribes a given event ID
The event ID
Performs the update process of the JSPrintManager Client App.
It handles WebSocket communication with the JSPrintManager Client App.