Uses of Class
dioscuri.exception.WriteOnlyPortException

Packages that use WriteOnlyPortException
dioscuri.interfaces   
dioscuri.module.ata   
dioscuri.module.cpu32   
dioscuri.module.dma   
dioscuri.module.fdc   
dioscuri.module.keyboard   
dioscuri.module.motherboard   
dioscuri.module.parallelport   
dioscuri.module.pci   
dioscuri.module.pit   
dioscuri.module.rtc   
dioscuri.module.serialport   
dioscuri.module.video   
 

Uses of WriteOnlyPortException in dioscuri.interfaces
 

Methods in dioscuri.interfaces that throw WriteOnlyPortException
 byte Addressable.getIOPortByte(int address)
           
 byte[] Addressable.getIOPortDoubleWord(int address)
           
 byte[] Addressable.getIOPortWord(int address)
           
 

Uses of WriteOnlyPortException in dioscuri.module.ata
 

Methods in dioscuri.module.ata that throw WriteOnlyPortException
 byte ATA.getIOPortByte(int originalPortAddress)
          
 byte[] ATA.getIOPortDoubleWord(int portAddress)
          
 byte[] ATA.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.cpu32
 

Methods in dioscuri.module.cpu32 that throw WriteOnlyPortException
 byte Processor.getIOPortByte(int portAddress)
          
 byte DMAController.getIOPortByte(int portAddress)
          
 byte[] Processor.getIOPortDoubleWord(int portAddress)
          
 byte[] DMAController.getIOPortDoubleWord(int portAddress)
          
 byte[] Processor.getIOPortWord(int portAddress)
          
 byte[] DMAController.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.dma
 

Methods in dioscuri.module.dma that throw WriteOnlyPortException
 byte[] DMA.getIOPortDoubleWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.fdc
 

Methods in dioscuri.module.fdc that throw WriteOnlyPortException
 byte FDC.getIOPortByte(int portAddress)
          
 byte[] FDC.getIOPortDoubleWord(int portAddress)
          
 byte[] FDC.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.keyboard
 

Methods in dioscuri.module.keyboard that throw WriteOnlyPortException
 byte Keyboard.getIOPortByte(int portAddress)
          
 byte[] Keyboard.getIOPortDoubleWord(int portAddress)
          
 byte[] Keyboard.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.motherboard
 

Methods in dioscuri.module.motherboard that throw WriteOnlyPortException
 byte[] DeviceDummy.getIOPortDoubleWord(int portAddress)
          
 byte[] DeviceDummy.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.parallelport
 

Methods in dioscuri.module.parallelport that throw WriteOnlyPortException
 byte ParallelPort.getIOPortByte(int portAddress)
          
 byte[] ParallelPort.getIOPortDoubleWord(int portAddress)
          
 byte[] ParallelPort.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.pci
 

Methods in dioscuri.module.pci that throw WriteOnlyPortException
 byte[] PCI.getIOPortDoubleWord(int portAddress)
          
 byte[] PCI.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.pit
 

Methods in dioscuri.module.pit that throw WriteOnlyPortException
 byte[] PIT.getIOPortDoubleWord(int portAddress)
          
 byte[] PIT.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.rtc
 

Methods in dioscuri.module.rtc that throw WriteOnlyPortException
 byte RTC.getIOPortByte(int portAddress)
          
 byte[] RTC.getIOPortDoubleWord(int portAddress)
          
 byte[] RTC.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.serialport
 

Methods in dioscuri.module.serialport that throw WriteOnlyPortException
 byte SerialPort.getIOPortByte(int portAddress)
          
 byte[] SerialPort.getIOPortDoubleWord(int portAddress)
          
 byte[] SerialPort.getIOPortWord(int portAddress)
          
 

Uses of WriteOnlyPortException in dioscuri.module.video
 

Methods in dioscuri.module.video that throw WriteOnlyPortException
 byte Video.getIOPortByte(int portAddress)
          
 byte[] Video.getIOPortDoubleWord(int portAddress)
          
 byte[] Video.getIOPortWord(int portAddress)