coder.descriptor.ServiceInterface Class
Namespace: coder.descriptor
Return service interface information required to generate service functions
Since R2022b
Description
An object of the coder.descriptor.ServiceInterface
class represents the service interface
configuration that you define in the Embedded Coder
Dictionary. Use ServiceInterface
objects to retrieve metadata about a
specified service function interface.
Creation
creates a serviceObj
= getServices(codeDescObj
)ServiceInterface
object, from the coder.codedescriptor.CodeDescriptor
object, codeDescObj
.
Input Arguments
Methods
Version History
Introduced in R2022b
See Also
coder.codedescriptor.CodeDescriptor
| coder.descriptor.DataTransferServiceInterface
| coder.descriptor.MeasurementServiceInterface
| coder.descriptor.ParameterTuningServiceInterface
| coder.descriptor.ParameterArgumentTuningServiceInterface
| coder.descriptor.SenderReceiverServiceInterface
| coder.descriptor.TimerServiceInterface