主要内容

matlabshared.targetsdk.Hardware类

包:matlabshared.targetsdk

运行生成代码的硬件

描述

一个硬件对象表示目标支持的硬件板定义。金宝app

创建

要构造一个硬件对象时,使用createHardware函数。

属性

全部展开

硬件标识符,以字符串形式指定。

例子:“胳膊Cortex-M4F”

属性:

GetAccess

公共

SetAccess

公共

数据类型:字符

方法

公共方法

addNewEthernetInterface 向硬件添加新的以太网接口
addNewSerialInterface 添加串行接口到硬件
deleteEthernetInterface 从硬件中删除以太网接口
deleteSerialInterface 从硬件中删除串行接口

版本历史

在R2015a中引入