Main Content

removeSerialInterface

Class: soc.sdk.Hardware
Namespace: soc.sdk

Remove serial interface from hardware

Syntax

removeSerialInterface(hardwareObj,interfaceName)

Description

removeSerialInterface(hardwareObj,interfaceName) deletes the SerialInterface object with the Name property set to interfaceName from the soc.sdk.Hardware object.

Input Arguments

expand all

soc.sdk.Hardware object mapped to the soc.sdk.BoardSupport object.

Name of the SerialInterface object, specified as a string.

Example: "MySerialInterface"

Data Types: string | char

Version History

Introduced in R2019b