
Public Types | |
| enum | EPredefinedUrl { kInvalid = 0, EPredefinedUrl::kFirmwareVersion = 1, EPredefinedUrl::kSystemStateUpdate = 2 } |
Public Member Functions | |
| IncJet (void) | |
| Constructor. More... | |
| ~IncJet (void) | |
| Destructor. More... | |
| std::string | get (const std::string &partialUrl) |
| std::string | get (const EPredefinedUrl &url) |
Public Attributes | |
| std::string | ip_address |
| IP address (as a text string) of the IncJet device. E.g., "10.1.1.22". More... | |
|
strong |
| Enumerator | |
|---|---|
| kFirmwareVersion | |
| kSystemStateUpdate | http://10.1.1.22/systemstateupdate.htm (0 means idle, >0 means print) |
| IncJet::IncJet | ( | void | ) |
| IncJet::~IncJet | ( | void | ) |
Destructor.
References ip_address, kFirmwareVersion, and kSystemStateUpdate.