kpilot/lib
KPilotSysInfo Class Reference
List of all members.Detailed Description
Definition at line 40 of file pilotSysInfo.h.
Public Member Functions | |
| KPilotSysInfo () | |
| KPilotSysInfo (const SysInfo *sys_info) | |
| SysInfo * | sysInfo () |
| const unsigned long | getRomVersion () const |
| const unsigned long | getLocale () const |
| void | setLocale (unsigned long newval) |
| const int | getProductIDLength () const |
| const char * | getProductID () const |
| const unsigned short | getMajorVersion () const |
| const unsigned short | getMinorVersion () const |
| const unsigned short | getCompatMajorVersion () const |
| const unsigned short | getCompatMinorVersion () const |
| const unsigned short | getMaxRecSize () const |
Constructor & Destructor Documentation
|
|
Constructor. Create an empty SysInfo structure. Definition at line 44 of file pilotSysInfo.h. |
|
|
Constructor.
Copy an existing pilot-link SysInfo structure. Ownership is not changed. Definition at line 52 of file pilotSysInfo.h. |
Member Function Documentation
|
|
Accessor for the major compatibility version of the handheld.
Definition at line 118 of file pilotSysInfo.h. |
|
|
Accessor for the minor compatibility version of the handheld.
Definition at line 125 of file pilotSysInfo.h. |
|
|
Get the locale number of the handheld.
Definition at line 79 of file pilotSysInfo.h. |
|
|
Accessor for the major version of the DLP protocol in use.
Definition at line 105 of file pilotSysInfo.h. |
|
|
Returns the maximum record size that the handheld supports. Normally this is 65524 or so (which means that larger values don't necessarily fit in a short). Definition at line 135 of file pilotSysInfo.h. |
|
|
Accessor for the minor version of the DLP protocol in use.
Definition at line 110 of file pilotSysInfo.h. |
|
|
Get the ProductID string from the handheld. This is guaranteed to be NUL terminated. Definition at line 99 of file pilotSysInfo.h. |
|
|
Get the length (in bytes) of the ProductID string.
Definition at line 92 of file pilotSysInfo.h. |
|
|
Get the ROM version of the handheld. This is a pilot-link long value (4 bytes) with major, minor, bugfix version numbers encoded in the value. Definition at line 71 of file pilotSysInfo.h. |
|
|
Set the locale number of the handheld.
Definition at line 86 of file pilotSysInfo.h. |
|
|
Access to the raw SysInfo structure.
Definition at line 62 of file pilotSysInfo.h. |
The documentation for this class was generated from the following file:

