GPC  v1.0.0-2516
Gorman Print Control
IncJet Class Referencefinal
Collaboration diagram for IncJet:

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...
 

Member Enumeration Documentation

◆ EPredefinedUrl

Enumerator
kFirmwareVersion 

http://10.1.1.22/fwversion.htm

kSystemStateUpdate 

http://10.1.1.22/systemstateupdate.htm (0 means idle, >0 means print)

Constructor & Destructor Documentation

◆ IncJet()

IncJet::IncJet ( void  )

Constructor.

References Cfg::get_str(), and ip_address.

Here is the call graph for this function:

◆ ~IncJet()

IncJet::~IncJet ( void  )

Destructor.

References ip_address, kFirmwareVersion, and kSystemStateUpdate.

Member Data Documentation

◆ ip_address

std::string IncJet::ip_address

IP address (as a text string) of the IncJet device. E.g., "10.1.1.22".

Referenced by IncJet(), and ~IncJet().