coder.descriptor.DataTransferServiceInterface - Return information about data transfer service interface - MATLAB (original) (raw)
Main Content
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](#mw%5F556e16fe-371f-40e7-949b-37d73a76cb3d%5Fsep%5Fmw%5F73f4d856-397b-4a25-af0d-72bcd37e02c5),[serviceInterfaceType](#mw%5F9afa1a6e-3df1-4558-bf16-8835a2581a7f))
creates a data transfer service interface configuration for the service interfaceserviceObj
of the typeserviceInterfaceType
.
Input Arguments
Service interface, also referred to as the code configuration object, for which you want to retrieve the information about generated code, specified as acoder.descriptor.ServiceInterface
object.
Data transfer service interface type specified in the Embedded Coder Dictionary, specified as an enumerated value ofcoder.descriptor.Services.DataTransfer
.
Properties
Version History
Introduced in R2022b