org.jSyncManager.API.Protocol.Util
Class DLPSystemInfo
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPSystemInfo
- Serializable
public class DLPSystemInfo
extends java.lang.Object
implements Serializable
The DLP System Info object class.
This class holds system information for the handheld.
DLPSystemInfo(arg1[] , arg2[] )- Construct a new System Info object based on the received arguments.
|
DLPSystemInfo
public DLPSystemInfo(arg1[] ,
arg2[] )
throws DLPFunctionCallExceptionConstruct a new System Info object based on the received arguments.
getCompatibilityVersion
public DLPVersion getCompatibilityVersion()
Get the compatibility DLP version for the handheld.
- the compatibility DLP version of the handheld.
getDlpVersion
public DLPVersion getDlpVersion()
Get the DLP version for the handheld.
- the DLP version of the handheld.
getLocaleID
public int getLocaleID()
Get the locale ID for the handheld.
- the locale ID for the handheld.
getMaxRecordSize
public int getMaxRecordSize()
Get the maximum record size for the handheld.
- the maximum record size for the handheld.
getProductID
public int getProductID()
Get the product ID for the handheld.
- the product ID for the handheld.
getRomVersion
public int getRomVersion()
Get the ROM version for the handheld.
- the ROM version for the handheld.
toString
public String toString()
Retrieve a human-readable String representing this object.
- a human-readable String representing this object.