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

Method prepareServerBufferForSend

erpc_c/infra/erpc_message_buffer.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264erpc_status_t MessageBufferFactory::prepareServerBufferForSend(MessageBuffer &message, uint8_t reserveHeaderSize)
265{
266 message.setUsed(reserveHeaderSize);
267 return kErpcStatus_Success;
268}

Calls 1

setUsedMethod · 0.80

Tested by

no test coverage detected