com.syncbuilder.device
Class CardInfo

java.lang.Object
  |
  +--com.syncbuilder.device.CardInfo

public class CardInfo
extends java.lang.Object

Information about a single storage card.

See Also:
StorageInfo

Field Summary
static int DEFAULTCARD
          The identification number of the Palm devices's built-in card
 
Constructor Summary
CardInfo(int card, int version, java.util.Date creation, int rom_size, int ram_size, int ram_free, java.lang.String name, java.lang.String manufacturer)
          Construct a new CardInfo object.
 
Method Summary
 int getCard()
           
 java.util.Date getCreationTime()
           
 int getFreeRam()
           
 java.lang.String getManufacturer()
           
 java.lang.String getName()
           
 int getRamSize()
           
 int getRomSize()
           
 int getVersion()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULTCARD

public static final int DEFAULTCARD
The identification number of the Palm devices's built-in card
Constructor Detail

CardInfo

public CardInfo(int card,
                int version,
                java.util.Date creation,
                int rom_size,
                int ram_size,
                int ram_free,
                java.lang.String name,
                java.lang.String manufacturer)
Construct a new CardInfo object. This is typically not done directly, but through the getCardInfo()-method from the StorageInfo-class.
See Also:
StorageInfo.getCardInfo(int)
Method Detail

getCard

public int getCard()

getVersion

public int getVersion()

getCreationTime

public java.util.Date getCreationTime()

getRomSize

public int getRomSize()

getRamSize

public int getRamSize()

getFreeRam

public int getFreeRam()

getName

public java.lang.String getName()

getManufacturer

public java.lang.String getManufacturer()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.