Contents

VZFileHandleSerialPortAttachment

An attachment point that allows bidirectional communication using file handles.

Declaration

class VZFileHandleSerialPortAttachment

Overview

Use a VZFileHandleSerialPortAttachment object to configure a serial port using separate file handles for reading and writing data. In your virtual machine, use the file handles in this object in the following way:

  • To send data to the guest operating system, write data to the file handle in the fileHandleForReading property.

  • To receive data from the guest operating system, read data from the file handle in the fileHandleForWriting property.

Topics

Creating the attachment point

Getting the file handles

See Also

Attachment points