![]() |
eRPC API Reference
Rev. 1.9.0
NXP Semiconductors
|
#include "erpc_common.h"#include "erpc_config_internal.h"#include "erpc_mbf_setup.h"#include "erpc_client_manager.h"#include "erpc_transport_setup.h"#include <stdbool.h>#include <stdint.h>
Include dependency graph for erpc_client_setup.h:Go to the source code of this file.
Functions | |
Client setup | |
| void | erpc_client_init (erpc_transport_t transport, erpc_mbf_t message_buffer_factory) |
| This function initializes client. More... | |
| void | erpc_client_set_error_handler (client_error_handler_t error_handler) |
| This function sets error handler function. More... | |
| void | erpc_client_set_crc (uint32_t crcStart) |
| Can be used to set own crcStart number. More... | |
| void | erpc_client_deinit (void) |
| This function de-initializes client. More... | |