Main Content

matlabshared.targetsdk.IOInterface Class

Namespace: matlabshared.targetsdk
Superclasses:

IO interface connected to hardware

Description

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

Construction

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 string of characters. The default is ''.

Data Types: char

Version History

Introduced in R2015a