#include <nrf_rpc/include/nrf_rpc.h>
Type of packet.
Used by nrf_rpc_err_report to indicate which packet caused the problem.
Enumerator |
---|
NRF_RPC_PACKET_TYPE_EVT | Event.
|
NRF_RPC_PACKET_TYPE_RSP | Response.
|
NRF_RPC_PACKET_TYPE_ACK | Event acknowledge.
|
NRF_RPC_PACKET_TYPE_ERR | Error report from remote.
|
NRF_RPC_PACKET_TYPE_INIT | Initialization packet.
|
NRF_RPC_PACKET_TYPE_CMD | Command.
|