target.ConnectionProperties - Describe target-specific connection properties - MATLAB (original) (raw)
Main Content
Namespace: target
Describe target-specific connection properties
Since R2020b
Description
Use a target.ConnectionProperties
object to describe connection properties that are required for the target hardware to connect to another system. The class is used as a base class for specific connection properties such astarget.Port
. You can extend the class to provide custom properties by using the target.AddOn
class.
Properties
To provide additional custom properties, associate one or moretarget.AddOn
objects with thetarget.ConnectionProperties
object.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
Version History
Introduced in R2020b