MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / getFunctionType

Method getFunctionType

erpcgen/src/types/Function.hpp:197–197  ·  view source on GitHub ↗

! * @brief This function returns FunctionType (callback type). * * @return FunctionType (callback type). */

Source from the content-addressed store, hash-verified

195 * @return FunctionType (callback type).
196 */
197 FunctionType *getFunctionType() const { return m_functionType; }
198
199protected:
200 uint32_t m_uniqueId; /*!< Function unique id. */

Callers 3

handleFunctionMethod · 0.80
getFunctionServerCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected