org.jSyncManager.API.Protocol.Util
Class DLPCardInfo
java.lang.Objectorg.jSyncManager.API.Protocol.Util.DLPCardInfo
- Serializable
public class DLPCardInfo
extends java.lang.Object
implements Serializable
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.
DLPCardInfo(data[] )- Construct a new Card Info object using the specified card info byte array.
|
DLPCardInfo
public DLPCardInfo(data[] )
throws DLPFunctionCallExceptionConstruct a new Card Info object using the specified card info byte array.
getCardManufacturer
public String getCardManufacturer()
Retreives the name of the cards manufacturer.
- the name of the cards manufacturer.
getCardName
public String getCardName()
Retreives the name of the card.
getCardNumber
public int getCardNumber()
Retreives the card number.
getCardVersion
public int getCardVersion()
Retreives the cards version information.
- the cards version information.
getCreationTime
public DLP_Date getCreationTime()
Retreives the creation time.
getFreeRam
public int getFreeRam()
Retreives the amount of free RAM.
getRamSize
public int getRamSize()
Retreives the total RAM size of the card.
- the total RAM size of the card.
getRomSize
public int getRomSize()
Retreives the total ROM size of the card.
- the total ROM size of the card.
toString
public String toString()
Converts the contents of the Card Info object to a human-readable String.
- the contents of the Card Info object to a human-readable String.