Uses of Class
byucc.jhdl.platforms.util.hwi.RemoteDataReturn

Packages that use RemoteDataReturn
byucc.jhdl.platforms.util.hwi   
 

Uses of RemoteDataReturn in byucc.jhdl.platforms.util.hwi
 

Methods in byucc.jhdl.platforms.util.hwi that return RemoteDataReturn
 RemoteDataReturn RemoteHardwareControl.readback(int fpga, byte[] data)
          Readbacks the state of the specified FPGA.
 RemoteDataReturn RemoteHardwareControl.getMemory(int set, int memory, int address, int length, byte[][] data)
          Gets the contents of the specified memory.
 RemoteDataReturn RemoteHardwareControl.getRegister(int set, int register, byte[] data)
          Returns the width of the specified memory element.
 RemoteDataReturn HardwareControlInterfaceStub.readback(int fpga, byte[] data)
          Readbacks the state of the specified FPGA.
 RemoteDataReturn HardwareControlInterfaceStub.getMemory(int set, int memory, int address, int length, byte[][] data)
          Gets the contents of the specified memory.
 RemoteDataReturn HardwareControlInterfaceStub.getRegister(int set, int register, byte[] data)
          Returns the width of the specified memory element.
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.