target.Connection - Base class for target connection properties - MATLAB (original) (raw)
Main Content
Namespace: target
Base class for target connection properties
Since R2020b
Description
Capture target connection properties by using a class derived fromtarget.Connection
. For example, use the [target.TargetConnection](target.targetconnection-class.html)
class to describe a target connection from the development computer, inheriting properties from the target.Connection
class.
Class Attributes
Abstract | true |
---|---|
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Properties
Name of the connection object.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Use this property to associate the connection with a specifictarget.CommunicationChannel
that is used to determine common connection properties between the connected systems. For example,target.RS232Channel
.
Attributes:
GetAccess | public |
---|---|
SetAccess | public |
Version History
Introduced in R2020b