tcpserverfind
Description
finds servers with property values matching those specified by one or more name-value
arguments. For instance, T
= tcpserverfind(Name=Value
)T = tcpserverfind(Tag="Scope")
returns existing
servers whose Tag
property is set to "Scope"
.
Examples
Input Arguments
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: tcpserverfind(Tag="Scope",ServerPort=6000)
returns existing
servers using port 6000 whose Tag
property is set to
"Scope"
.
For tcpserverfind
, you can use one or more properties of the
tcpserver
object as name-value arguments to specify characteristics of the servers you want to
find.
Output Arguments
Version History
Introduced in R2024a