Main Content

deleteEthernetInterface

Class: matlabshared.targetsdk.Hardware
Namespace: matlabshared.targetsdk

Delete Ethernet interface from hardware

Syntax

deleteEthernetInterface(h,interfaceName)

Description

deleteEthernetInterface(h,interfaceName) deletes the EthernetInterface object with the Name property set to the string interfaceName from the Hardware object, h.

Input Arguments

expand all

Handle to the object representing the hardware on which the generated code runs.

Name of the EthernetInterface object, specified as a string.

Example: 'My PMC GB Ethernet Interface'

Data Types: char

Version History

Introduced in R2015a