coder.descriptor.SenderReceiverServiceInterface - Return information about sender and receiver service interfaces - MATLAB (original) (raw)
Main Content
Namespace: coder.descriptor
Return information about sender and receiver service interfaces
Since R2022b
Description
An object of the coder.descriptor.SenderReceiverServiceInterface
class represents the sender and receiver service interface configurations defined in the Embedded Coder Dictionary.
Creation
`serviceInterfaceTypeObj` = getServiceInterface([serviceObj](#mw%5F161ff440-b038-4cfd-8cd5-b03d12ce029a%5Fsep%5Fmw%5F73f4d856-397b-4a25-af0d-72bcd37e02c5),[serviceInterfaceType](#mw%5Fc31eb097-e984-4211-bf89-a30887fed611))
creates a coder.descriptor.SenderReceiverServiceInterface
object that represents the sender and receiver service interface configurations.
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.
Sender and receiver service interface type specified in the Embedded Coder Dictionary, specified as an enumerated value ofcoder.descriptor.Services.SenderReceiver
.
Methods
Version History
Introduced in R2022b