org.jSyncManager.API.Protocol.Util

Class DLPSystemInfo

Implemented Interfaces:
Serializable

public class DLPSystemInfo
extends java.lang.Object
implements Serializable

The DLP System Info object class. This class holds system information for the handheld.

Constructor Summary

DLPSystemInfo(arg1[] , 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.
String
toString()
Retrieve a human-readable String representing this object.

Constructor Details

DLPSystemInfo

public DLPSystemInfo(arg1[] ,
                     arg2[] )
            throws DLPFunctionCallException
Construct a new System Info object based on the received arguments.
Parameters:
Throws:
DLPFunctionCallException - if any parsing errors are detected.

Method Details

getCompatibilityVersion

public DLPVersion getCompatibilityVersion()
Get the compatibility DLP version for the handheld.
Returns:
the compatibility DLP version of the handheld.

getDlpVersion

public DLPVersion getDlpVersion()
Get the DLP version for the handheld.
Returns:
the DLP version of the handheld.

getLocaleID

public int getLocaleID()
Get the locale ID for the handheld.
Returns:
the locale ID for the handheld.

getMaxRecordSize

public int getMaxRecordSize()
Get the maximum record size for the handheld.
Returns:
the maximum record size for the handheld.

getProductID

public int getProductID()
Get the product ID for the handheld.
Returns:
the product ID for the handheld.

getRomVersion

public int getRomVersion()
Get the ROM version for the handheld.
Returns:
the ROM version for the handheld.

toString

public String toString()
Retrieve a human-readable String representing this object.
Returns:
a human-readable String representing this object.