| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
VirtualSerialPortPipeBackingOption
data object contains
the options for backing a serial port device with a pipe to another process.
Properties
Name | Type | Description |
---|---|---|
endpoint | ChoiceOption |
Indicates the choices available and the default setting
for the pipe endpoint. As an endpoint, the virtual machine can act
as a client or a server.
|
noRxLoss | BoolOption |
Indicates whether the server supports optimized data transfer
over the pipe and also specifies default behavior.
When this feature is supported and enabled, the server buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss.
If optimized data transfer is supported (
If
Note: You can use this feature even if the other end of the pipe
is not an application, but it is more likely to fail.
|
Properties inherited from VirtualDevicePipeBackingOption | ||
None | ||
Properties inherited from VirtualDeviceBackingOption | ||
type | ||
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |