Main Content

matlabshared.targetsdk.Hardware Class

Namespace: 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 Compatible->ARM Cortex-A (32-bit)'

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

Go to top of page