Main Content

start

Start REST function connector from MATLAB

Since R2024a

    Description

    start(conn) starts the connector by opening the port on your machine to allow incoming client HTTPS requests. The function uses the port number specified by the Port property of conn, and it updates the Status property of the connector to running.

    Input Arguments

    collapse all

    The REST function connector, specified as a RESTFunctionConnector object.

    Version History

    Introduced in R2024a

    See Also

    Functions

    Objects