org.jSyncManager.API.Protocol.Util
Class DLPStorageInfo
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPStorageInfo
- Serializable
public class DLPStorageInfo
extends java.lang.Object
implements Serializable
The DLP Storage Information class.
This class holds information on the available system storage.
DLPStorageInfo(arg1[] , arg2[] )- Construct a new Storage Info object based on the received arguments.
|
DLPStorageInfo
public DLPStorageInfo(arg1[] ,
arg2[] )
throws DLPFunctionCallExceptionConstruct a new Storage Info object based on the received arguments.
getHasMoreCards
public boolean getHasMoreCards()
Check to see if the handheld has more cards not reported by this object.
- true if the handheld has more cards to report, false otherwise.
getNumCards
public int getNumCards()
Gets the total number of cards available on the handheld.
- the total number of cards available on the handheld.
getRamDatabaseCount
public int getRamDatabaseCount()
Gets the total count of RAM-based databases.
- the total count of RAM-based databases.
getRomDatabaseCount
public int getRomDatabaseCount()
Gets the total count of ROM-based databases.
- the total count of ROM-based databases.
hasExtendedResponse
public boolean hasExtendedResponse()
Checks to see wether or not this object received an extended response.
- true if an extended response was detected, false otherwise.
toString
public String toString()
Convert this object to a human-readable String.
- this object as a human-readable String.