udpportfind
Description
finds connections with property values matching those specified by one or more name-value
arguments. For instance, U
= udpportfind(Name=Value
)U = udpportfind(Tag="Sender")
returns existing
UDP socket connections whose Tag
property is set to
"Sender"
.
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: udpportfind(Tag="Receiver",EnablePortSharing=1)
returns
existing UDP socket connections whose Tag
property is set to
"Receiver"
and have port sharing enabled.
For udpportfind
, you can use one or more properties of the udpport
object
as name-value arguments to specify characteristics of the connections you want to
find.
Output Arguments
Version History
Introduced in R2024a