eRPC API Reference  Rev. 1.12.0
NXP Semiconductors
erpc_framed_transport.hpp File Reference
#include "erpc_config_internal.h"
#include "erpc_message_buffer.hpp"
#include "erpc_transport.hpp"
#include <cstring>
#include "erpc_threading.h"
+ Include dependency graph for erpc_framed_transport.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  erpc::FramedTransport
 Base class for framed transport layers. More...
 
struct  erpc::FramedTransport::Header
 Contents of the header that prefixes each message. More...
 

Class Documentation

struct erpc::FramedTransport::Header

Contents of the header that prefixes each message.

Class Members
uint16_t m_crcHeader CRC-16 over this header structure data.
uint16_t m_messageSize Size in bytes of the message, excluding the header.
uint16_t m_crcBody CRC-16 over the message data.