Main Content
addNewEthernetInterface
Class: matlabshared.targetsdk.Hardware
Namespace: matlabshared.targetsdk
Add new Ethernet interface to hardware
Syntax
obj = addNewEthernetInterface(h,interfaceName)
Description
creates
a new obj
= addNewEthernetInterface(h
,interfaceName
)EthernetInterface
object, obj
,
with the Name
property set to the string interfaceName
and
adds the new object to the Hardware
object, h
.
An error is thrown if new EthernetInterface
object
cannot be created.
Input Arguments
Output Arguments
Version History
Introduced in R2015a