Main Content

createAnonymousInterface

(To be removed) Create and set anonymous interface for port

    The createAnonymousInterface function is not recommended in R2021b. It has been replaced with the createInterface function. For further details, see Compatibility Considerations.

    Description

    interface = createAnonymousInterface(port) creates and sets an anonymous interface for the specified port port.

    Input Arguments

    collapse all

    Output Arguments

    collapse all

    Data interface, returned as a systemcomposer.interface.DataInterface object.

    Version History

    Introduced in R2019a

    expand all