Table of Contents
qc_get_uri_dialog
Open a dialog box to get a communications URI.
uri = qc_get_uri_dialog(default_uri); % Opens a URI dialog preinitialized to the given default_uri uri = qc_get_uri_dialog; % Opens a URI dialog
Opens a dialog box that allows the user to enter a URI suitable for use with QUARC communications.
If a default_uri is specified then it is used to preinitialize the dialog box.
If the user closes the dialog without clicking OK then an empty string is returned.
default_uri
The initial URI which will be displayed in the URI dialog.
uri
The URI entered by the user. If the user clicks Cancel or closes the dialog without clicking OK then an empty string is returned.
uri = qc_get_uri_dialog('shmem://foobar:1'); % Get a URI from the user. The initial URI will be "shmem://foobar:1".
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.