VirtualSerialPortFileBackingOption

VirtualSerialPortFileBackingOption
VirtualSerialPortFileBackingOption

The VirtualSerialPortFileBackingOption data object type contains the options for backing a serial port with a host file.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "type": "string",
    "fileNameExtensions": {
        "_typeName": "string",
        "valueIsReadonly": false,
        "choiceInfo": [
            {
                "_typeName": "string",
                "label": "string",
                "summary": "string",
                "key": "string"
            }
        ],
        "defaultIndex": 0
    }
}