Commmonly used services that allow for "one liner" or as close to "one liner" service as possible. More...
Static Private Member Functions | |
static boolean | PingResponded (String ip, int timeoutSecs) |
Update firmware using file at fileLocation to printer using password and connection commDescriptor with a timeoutMins in minutes. More... | |
static boolean | PingStoppedResponding (String ip, int timeoutSecs) |
Commmonly used services that allow for "one liner" or as close to "one liner" service as possible.
Services such as sending a print job, getting printer status.
...
|
staticprivate |
Update firmware using file at fileLocation to printer using password and connection commDescriptor with a timeoutMins in minutes.
Returns true if successfully sent firmware to printer, false otherwise.
Note that the printer should not be powered off during software update, and the update may take several minutes.
e.g. commDescriptor could be the IP address of the printer i.e. "192.168.1.101"
|
staticprivate |