|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jSyncManager.API.Protocol.Util.DLPSystemInfo
The DLP System Info object class. This class holds system information for the handheld.
Constructor Summary | |
---|---|
DLPSystemInfo(byte[] arg1,
byte[] arg2)
Construct a new System Info object based on the received arguments. |
Method Summary | |
---|---|
DLPVersion |
getCompatibilityVersion()
Get the compatibility DLP version for the handheld. |
DLPVersion |
getDlpVersion()
Get the DLP version for the handheld. |
int |
getLocaleID()
Get the locale ID for the handheld. |
int |
getMaxRecordSize()
Get the maximum record size for the handheld. |
int |
getProductID()
Get the product ID for the handheld. |
int |
getRomVersion()
Get the ROM version for the handheld. |
java.lang.String |
toString()
Retrieve a human-readable String representing this object. |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public DLPSystemInfo(byte[] arg1, byte[] arg2) throws DLPFunctionCallException
arg1
- the first argument received in response to the system info request.the
- secord argument received, or null if no second argument was received.DLPFunctionCallException
- if any parsing errors are detected.Method Detail |
public DLPVersion getCompatibilityVersion()
public DLPVersion getDlpVersion()
public int getLocaleID()
public int getMaxRecordSize()
public int getProductID()
public int getRomVersion()
public java.lang.String toString()
toString
in class java.lang.Object
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |