coder.descriptor.DataTransferElement - Return information about data transfer signal - MATLAB (original) (raw)

Main Content

Namespace: coder.descriptor

Return information about data transfer signal

Since R2022b

Description

An object of the coder.descriptor.DataTransferElement class represents the data transfer signal that connects communicating functions. You can configure the mapping of a data transfer signal on the tab in the Code Mappings editor or the code mappings programming interface.

Properties

expand all

Data transfer signal name, specified as a character vector or string scalar.

Attributes:

GetAccess public
SetAccess public

Initial value of the signal, specified as a character vector or string scalar.

Attributes:

GetAccess public
SetAccess public

Data communication method for the data transfer signal, specified asOutsideExecution, DuringExecution, orDirectAccess. You can set this value in the Embedded Coder Dictionary when you define the interface.

Attributes:

GetAccess public
SetAccess public

Version History

Introduced in R2022b