|
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.DLPStorageInfo
The DLP Storage Information class. This class holds information on the available system storage.
Constructor Summary | |
---|---|
DLPStorageInfo(byte[] arg1,
byte[] arg2)
Construct a new Storage Info object based on the received arguments. |
Method Summary | |
---|---|
DLPCardInfo |
getCardInfo(int i)
Get the Card Info object for the specified card, by index. |
boolean |
getHasMoreCards()
Check to see if the handheld has more cards not reported by this object. |
int |
getNumCards()
Gets the total number of cards available on the handheld. |
int |
getRamDatabaseCount()
Gets the total count of RAM-based databases. |
int |
getRomDatabaseCount()
Gets the total count of ROM-based databases. |
boolean |
hasExtendedResponse()
Checks to see wether or not this object received an extended response. |
java.lang.String |
toString()
Convert this object to a human-readable String. |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public DLPStorageInfo(byte[] arg1, byte[] arg2) throws DLPFunctionCallException
arg1
- the first argument received in response to the storage info request.the
- secord argument received, or null if no second argument was received.DLPFunctionCallException
- if any parsing errors are detected.Method Detail |
public DLPCardInfo getCardInfo(int i) throws DLPFunctionCallException
i
- the index of the card to query.DLPFunctionCallException
- if the specified card doesn't exist.public boolean getHasMoreCards()
public int getNumCards()
public int getRamDatabaseCount()
public int getRomDatabaseCount()
public boolean hasExtendedResponse()
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 |