Main Content

getDisplayName

Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk

Get the display name of the hardware

Syntax

displayName = getDisplayName(targetObj,hardwareObject)

Description

displayName = getDisplayName(targetObj,hardwareObject) returns a the display name of the Hardware object mapped to the Target object.

Input Arguments

expand all

Target object that references the Target being developed.

Hardware object that references the hardware board mapped to the Target.

Output Arguments

expand all

String representing the display name for the specified hardware.

Data Types: char

Version History

Introduced in R2015a