Main Content

matlabshared.targetsdk.Hardware class

Package: matlabshared.targetsdk

Hardware that runs generated code

Description

A Hardware object represents a hardware board definition supported by a target.

Creation

To construct a Hardware object, use the createHardware function.

Properties

expand all

Identifier of hardware, specified as a string.

Example: 'ARM Cortex-A9'

Attributes:

GetAccess

public

SetAccess

public

Data Types: char

Methods

Public Methods

addNewEthernetInterfaceAdd new Ethernet interface to hardware
addNewSerialInterfaceAdd serial interface to hardware
deleteEthernetInterfaceDelete Ethernet interface from hardware
deleteSerialInterfaceDelete serial interface from hardware

Version History

Introduced in R2015a