Readonly dbReadonly httpReadonly methodReadonly moduleReadonly optionsRetrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
An object containing the retrieved entities and total count.
Retrieves the physical printers from the node.
A promise that resolves to an array of INodePrinter objects.
Retrieves the unpaired node.
A promise that resolves to an array of INode objects.
Pairs the node.
The node UID.
A promise that resolves to an array of INode objects.
Searches for available printers on the network with the specified IP address and port number.
A boolean value indicating whether to refresh the cache. Default is false.
The port number of the network. Default is 9100.
A promise that resolves to an array of printer names found on the network.
Generated using TypeDoc
Represents the Printer Service interface. Extends the IAppRemoteService interface with IPrinter.