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

Method setByref

erpcgen/src/types/StructMember.hpp:157–157  ·  view source on GitHub ↗

! * @brief This function sets byref flag to the paramter. * * @param[in] byref Parameter flag to set byref option. */

Source from the content-addressed store, hash-verified

155 * @param[in] byref Parameter flag to set byref option.
156 */
157 void setByref(bool byref) { m_byref = byref; }
158
159protected:
160 DataType *m_dataType; /*!< Struct member data type. */

Callers 1

handleStructMemberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected