|
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.DLPCardInfo
A class to hold information on a handheld memory card. This class hold info on memory card information. As this information is typically burned into the memory card itself, instancef of this class is not writable to the handheld.
Constructor Summary | |
---|---|
DLPCardInfo(byte[] data)
Construct a new Card Info object using the specified card info byte array. |
Method Summary | |
---|---|
java.lang.String |
getCardManufacturer()
Retreives the name of the cards manufacturer. |
java.lang.String |
getCardName()
Retreives the name of the card. |
int |
getCardNumber()
Retreives the card number. |
int |
getCardVersion()
Retreives the cards version information. |
DLP_Date |
getCreationTime()
Retreives the creation time. |
int |
getFreeRam()
Retreives the amount of free RAM. |
int |
getRamSize()
Retreives the total RAM size of the card. |
int |
getRomSize()
Retreives the total ROM size of the card. |
java.lang.String |
toString()
Converts the contents of the Card Info object to a human-readable String. |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public DLPCardInfo(byte[] data) throws DLPFunctionCallException
data
- a byte array containing PalmOS formatted card information.DLPFunctionCallException
- thrown if an error occurs parsing the card info byte array.Method Detail |
public java.lang.String getCardManufacturer()
public java.lang.String getCardName()
public int getCardNumber()
public int getCardVersion()
public DLP_Date getCreationTime()
public int getFreeRam()
public int getRamSize()
public int getRomSize()
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 |