Uses of Class
jfrace.BusErrorException

Packages that use BusErrorException
jfrace Basic interfaces and classes of the framework. 
 

Uses of BusErrorException in jfrace
 

Methods in jfrace that throw BusErrorException
 int AddressSpace.getValue(int anAddress, int mode)
          Get the value of the addressable unit at the given address.
 void AddressSpace.setValue(int anAddress, int mode, int value)
          Set the value of the addressable unit at the given address.
 byte AddressSpace.getByte(int anAddress, int mode)
          Get the byte at the given address.
 void AddressSpace.setByte(int anAddress, int mode, byte value)
          Set the byte at the given address.