qc_get_uri_dialog qc_get_version navigation bar

Table of Contents

qc_get_valid_target_protocols

Returns a list of communications protocols that may be used in a target URI

Syntax

protocols = qc_get_valid_target_protocols; % communications protocols suitable for a target URI
    

Description

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.

Parameters

This function has no parameters.

Outputs

protocols

A cell array of strings containing the names of the protocols that are suitable for use in a target URI.

Examples

protocols = qc_get_valid_target_protocols; % Gets a list of protocols suitable for a target URI
    

See Also

 

navigation bar