|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_1.IUnknown
org.virtualbox_5_1.IParallelPort
public class IParallelPort
The IParallelPort interface represents the virtual parallel port device. The virtual parallel port device acts like an ordinary parallel port inside the virtual machine. This device communicates to the real parallel port hardware using the name of the parallel device on the host computer specified in the #path attribute. Each virtual parallel port device is assigned a base I/O address and an IRQ number that will be reported to the guest operating system and used to operate the given parallel port from within the virtual machine.
Interface ID: {788B87DF-7708-444B-9EEF-C116CE423D39}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_1.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IParallelPort(java.lang.String wrapped,
org.virtualbox_5_1.ObjectRefManager objMgr,
org.virtualbox_5_1.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Boolean |
getEnabled()
Flag whether the parallel port is enabled. |
java.lang.Long |
getIOBase()
Base I/O address of the parallel port. |
java.lang.Long |
getIRQ()
IRQ number of the parallel port. |
java.lang.String |
getPath()
Host parallel device name. |
java.lang.Long |
getSlot()
Slot number this parallel port is plugged into. |
static IParallelPort |
queryInterface(IUnknown obj)
|
void |
setEnabled(java.lang.Boolean value)
Flag whether the parallel port is enabled. |
void |
setIOBase(java.lang.Long value)
Base I/O address of the parallel port. |
void |
setIRQ(java.lang.Long value)
IRQ number of the parallel port. |
void |
setPath(java.lang.String value)
Host parallel device name. |
Methods inherited from class org.virtualbox_5_1.IUnknown |
---|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IParallelPort(java.lang.String wrapped, org.virtualbox_5_1.ObjectRefManager objMgr, org.virtualbox_5_1.jaxws.VboxPortType port)
Method Detail |
---|
public java.lang.Long getSlot()
IMachine.getParallelPort(Long)
to obtain this instance.
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean value)
value
- Booleanpublic java.lang.Long getIOBase()
public void setIOBase(java.lang.Long value)
value
- Longpublic java.lang.Long getIRQ()
public void setIRQ(java.lang.Long value)
value
- Longpublic java.lang.String getPath()
public void setPath(java.lang.String value)
value
- Stringpublic static IParallelPort queryInterface(IUnknown obj)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |