Class Address
java.lang.Object
javaforce.vm.Address
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Controller, Device, Network
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringgetBus(boolean pci) getPort()getSlot()getType()voidvoidsetDriveAddress(String controller, String bus, String target, String unit) voidsetPCIAddress(String domain, String bus, String slot, String function) voidsetUSBAddress(String bus, String port)
-
Field Details
-
addr_type
-
domain
-
bus
-
slot
-
function
-
port
-
controller
-
target
-
unit
-
-
Constructor Details
-
Address
public Address() -
Address
-
Address
-
-
Method Details
-
setPCIAddress
-
setUSBAddress
-
setDriveAddress
-
setAutoAddress
public void setAutoAddress() -
getType
-
getDomain
-
getBus
-
getSlot
-
getFunction
-
getPort
-
cleanHex
-
cleanDec
-
getAddressXML
-