|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Callbacks for internal evbme handling. More...
#include "ca821x-posix/ca821x-posix-evbme.h"

Go to the source code of this file.
Functions | |
| ca_error | ca821x_evbme_dispatch (uint8_t *aBuf, size_t aBufLen, struct ca821x_dev *pDeviceRef) |
| Dispatch on received buffer for the purposes of EVBME handling. More... | |
Callbacks for internal evbme handling.
| ca_error ca821x_evbme_dispatch | ( | uint8_t * | aBuf, |
| size_t | aBufLen, | ||
| struct ca821x_dev * | pDeviceRef | ||
| ) |
Dispatch on received buffer for the purposes of EVBME handling.
| aBuf | The received buffer |
| aBufLen | The length of the received buffer |
| pDeviceRef | The device that the buffer was received for |
| CA_ERROR_SUCCESS | Buffer was handled successfully |
| CA_ERROR_NOT_HANDLED | Buffer not handled by this command |