Main Content

matlabshared.targetsdk.IOInterface Class

Namespace: matlabshared.targetsdk

I/O interface connected to hardware

Description

An IOInterface object that represents an I/O interface connected to Hardware. This is the base class for other I/O interface classes.

Creation

matlabshared.targetsdk.IOInterface is a base class for the matlabshared.targetsdk.EthernetInterface and matlabshared.targetsdk.SerialInterface classes.

Do not create an object of this class by invoking this constructor.

Properties

expand all

The name of an I/O interface available on the hardware, specified as a character vector or string scalar.

Data Types: char | string

Version History

Introduced in R2015a