public class VirtualSerialPort extends VirtualDevice
Java class for VirtualSerialPort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualSerialPort">
<complexContent>
<extension base="{urn:vim25}VirtualDevice">
<sequence>
<element name="yieldOnPoll" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
yieldOnPoll |
backing, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumber| Constructor and Description |
|---|
VirtualSerialPort() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isYieldOnPoll()
Gets the value of the yieldOnPoll property.
|
void |
setYieldOnPoll(boolean value)
Sets the value of the yieldOnPoll property.
|
getBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumberCopyright © 2018. All rights reserved.