usb.devices
Class Rio500.MemoryStatus

java.lang.Object
  |
  +--usb.devices.Rio500.Data
        |
        +--usb.devices.Rio500.MemoryStatus
Enclosing class:
Rio500

public static final class Rio500.MemoryStatus
extends Rio500.Data

Exposes the fields of a memory status record.


Method Summary
 int getBlockCount()
           
 int getBlockSize()
           
 int getFirstFreeBlock()
           
 int getNumUnusedBlocks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlockSize

public int getBlockSize()

getBlockCount

public int getBlockCount()

getFirstFreeBlock

public int getFirstFreeBlock()

getNumUnusedBlocks

public int getNumUnusedBlocks()