eRPC API Reference  Rev. 1.7.2
NXP Semiconductors
erpc_framed_transport.h File Reference
#include "erpc_config_internal.h"
#include "erpc_message_buffer.h"
#include "erpc_transport.h"
#include <cstring>
#include "erpc_threading.h"
+ Include dependency graph for erpc_framed_transport.h:
+ 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_messageSize Size in bytes of the message, excluding the header.
uint16_t m_crc CRC-16 over the message data.