Main Content

target.Connection Class

Namespace: target

Base class for target connection properties

Since R2020b

Description

Capture target connection properties by using a class derived from target.Connection. For example, use the target.TargetConnection 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

expand all

Name of the connection object.

Attributes:

GetAccess
public
SetAccess
private

Use this property to associate the connection with a specific target.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