|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.syncbuilder.device.SysInfo
This class stores fundamental information about the Palm device.
| Constructor Summary | |
SysInfo(int rom_sw_version,
int locale_id,
int prod_id)
This constructor shall not be invoked by anybody, except DlpImpl! |
|
SysInfo(int rom_sw_version,
int locale_id,
int prod_id,
int dlp_version,
int comp_version,
int max_rec_size)
This constructor shall not be invoked by anybody, except DlpImpl! |
|
| Method Summary | |
int |
getCompatibilityVersion()
The exact meaning of this number is unknown. |
int |
getDLPVersion()
Get the version of the DL protocol used by this device. |
int |
getLocaleID()
Get the 'LocaleID'. |
int |
getMaximumRecordSize()
Get the maximum size of a record that may be written to the device. 0xFFFFFFFF means the size is only limited by the available memory. |
int |
getProductID()
Get the 'ProductID'. |
int |
getRomVersionMajor()
Get the major version number of the Palm device's system ROM. |
int |
getRomVersionMinor()
Get the minor version number of the Palm device's system ROM. |
java.lang.String |
getRomVersionString()
Get the version number of the Palm device's system ROM formatted as a displayable string (e.g. 2.05). |
boolean |
isSysInfoVer()
Devices which feature DL 1.2+ (those with Palm OS 3.0+) will return true to
signal that extra information is available. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SysInfo(int rom_sw_version,
int locale_id,
int prod_id)
public SysInfo(int rom_sw_version,
int locale_id,
int prod_id,
int dlp_version,
int comp_version,
int max_rec_size)
| Method Detail |
public int getRomVersionMajor()
public int getRomVersionMinor()
public java.lang.String getRomVersionString()
public int getLocaleID()
public int getProductID()
public boolean isSysInfoVer()
true to
signal that extra information is available.getDLPVersion(),
getCompatibilityVersion(),
getMaximumRecordSize()public int getDLPVersion()
isSysInfoVer() returned true!isSysInfoVer()public int getCompatibilityVersion()
isSysInfoVer() returned true!isSysInfoVer()public int getMaximumRecordSize()
isSysInfoVer() returned true!isSysInfoVer()public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||