Main Content

coder.descriptor.DataTransferServiceInterface Class

Namespace: coder.descriptor

Return information about data transfer service interface

Since R2022b

Description

An object of the coder.descriptor.DataTransferServiceInterface class represents the data transfer service interface configuration.

Creation

serviceInterfaceTypeObj = getServiceInterface(serviceObj,serviceInterfaceType) creates a data transfer service interface configuration for the service interface serviceObj of the type serviceInterfaceType.

Input Arguments

expand all

Service interface, also referred to as the code configuration object, for which you want to retrieve the information about generated code, specified as a coder.descriptor.ServiceInterface object.

Data transfer service interface type specified in the Embedded Coder Dictionary, specified as an enumerated value of coder.descriptor.Services.DataTransfer.

Properties

expand all

Data transfer signal that connects the communicating functions, specified as an array of coder.descriptor.DataTransferElement objects.

Attributes:

GetAccess
public

Version History

Introduced in R2022b