Main Content

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

serviceObj = getServices(codeDescObj) creates a ServiceInterface object, from the coder.codedescriptor.CodeDescriptor object, codeDescObj.

Input Arguments

expand all

Code descriptor for which you want to retrieve the information about generated code, specified as a coder.codedescriptor.CodeDescriptor object.

Methods

expand all

Version History

Introduced in R2022b