Table of Contents
qc_get_valid_target_protocols
Returns a list of communications protocols that may be used in a target URI
protocols = qc_get_valid_target_protocols; % communications protocols suitable for a target URI
Returns a list of communications protocols that may be used in a target URI. Not all communications protocols are suitable for a target URI because the protocol must support multiple connections on a single port. For example, the file, serial and UDP protocols do not accept multiple connections on a single port so they cannot be used. However, the TCP/IP and shared memory protocols can accept multiple connections on a single port so they are suitable protocols for a target URI.
This function has no parameters.
protocols
A cell array of strings containing the names of the protocols that are suitable for use in a target URI.
protocols = qc_get_valid_target_protocols; % Gets a list of protocols suitable for a target URI
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.