jSyncManager

org.jSyncManager.API.Protocol.Util
Class DLPSystemInfo

java.lang.Object
  |
  +--org.jSyncManager.API.Protocol.Util.DLPSystemInfo
All Implemented Interfaces:
java.io.Serializable

public class DLPSystemInfo
extends java.lang.Object
implements java.io.Serializable

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

Version:
$Revision: 1.6 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/05/14 03:51:27 $.
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DLPSystemInfo

public DLPSystemInfo(byte[] arg1,
                     byte[] arg2)
              throws DLPFunctionCallException
Construct a new System Info object based on the received arguments.
Parameters:
arg1 - the first argument received in response to the system info request.
the - secord argument received, or null if no second argument was received.
Throws:
DLPFunctionCallException - if any parsing errors are detected.
Method Detail

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 java.lang.String toString()
Retrieve a human-readable String representing this object.
Overrides:
toString in class java.lang.Object
Returns:
a human-readable String representing this object.

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.