Commmonly used services that allow for "one liner" or as close to "one liner" service as possible. More...
Static Public Member Functions | |
static void | SendPrintFile (string ipAddress, string fileName) |
Send file to printer's data port. fileName must include the full file name and path. | |
static void | SendPrintString (string ipAddress, string data) |
Send string data to printer's data port. | |
static bool | UpdateFirmware (string commDescriptor, string fileLocation, string password, int timeoutMins) |
Update firmware using file at fileLocation to printer using password and connection commDescriptor with a timeoutMins in minutes. More... | |
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.
|
inlinestatic |
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 due to printer should not be powered off during software update and update may take serveral minutes.
e.g. commDescriptor could be the IP address of the printer i.e. "192.168.1.101"