Main Content
getServiceFunctionDeclaration
Class: coder.codedescriptor.CodeDescriptor
Namespace: coder.codedescriptor
Syntax
serviceFunctionDeclaration = getServiceFunctionDeclaration(codeDescObj,serviceFunctionPrototype)
Description
returns the function declaration of the service interface prototype
serviceFunctionDeclaration
= getServiceFunctionDeclaration(codeDescObj
,serviceFunctionPrototype
)serviceFunctionPrototype
as produced by the generated code in the code
descriptor object codeDescObj
.
Input Arguments
Output Arguments
Version History
Introduced in R2022b