Main Content
getServiceFunctionPrototype
Class: coder.codedescriptor.CodeDescriptor
Namespace: coder.codedescriptor
Syntax
serviceFunctionPrototype = getServiceFunctionPrototype(codeDescObj,serviceFunctionName)
Description
returns the prototype of the service function serviceFunctionPrototype
= getServiceFunctionPrototype(codeDescObj
,serviceFunctionName
)serviceFunctionName
for the
code descriptor codeDescObj
. The returned
coder.descriptor.types.Prototype
object contains properties such as the name
of the service function, information about arguments, and header and source file.
Input Arguments
Output Arguments
Version History
Introduced in R2022b