eRPC API Reference  Rev. 1.12.0
NXP Semiconductors
erpc_common.h
1 /*
2  * Copyright (c) 2015-2016, Freescale Semiconductor, Inc.
3  * Copyright 2016-2017 NXP
4  * Copyright 2021 ACRIOS Systems s.r.o.
5  * All rights reserved.
6  *
7  *
8  * SPDX-License-Identifier: BSD-3-Clause
9  */
10 
11 #ifndef _EMBEDDED_RPC__ERPC_COMMON_H_
12 #define _EMBEDDED_RPC__ERPC_COMMON_H_
13 
19 // Definitions
22 
25 {
28 
31 
34 
37 
40 
43 
46 
49 
52 
55 
58 
61 
64 
67 
70 
73 
76 
79 
82 };
83 
86 
89 #endif /* _EMBEDDED_RPC__ERPC_COMMON_H_ */
Failed to send data.
Definition: erpc_common.h:72
Failed to receive data.
Definition: erpc_common.h:69
No error occurred.
Definition: erpc_common.h:27
enum _erpc_status erpc_status_t
Type used for all status and error return values.
Definition: erpc_common.h:85
Could not find host with given name.
Definition: erpc_common.h:51
Operated timed out.
Definition: erpc_common.h:36
Server is stopped.
Definition: erpc_common.h:63
Transport layer initialization failed.
Definition: erpc_common.h:66
_erpc_status
eRPC status return codes.
Definition: erpc_common.h:24
Message is corrupted.
Definition: erpc_common.h:45
Memory allocation error.
Definition: erpc_common.h:60
When sending address from bigger architecture to smaller.
Definition: erpc_common.h:81
Connected closed by peer.
Definition: erpc_common.h:57
Sending/Receiving callback function which is not defined in IDL.
Definition: erpc_common.h:75
Argument is an invalid value.
Definition: erpc_common.h:33
Message header contains an unknown version.
Definition: erpc_common.h:39
Attempt to read or write past the end of a buffer.
Definition: erpc_common.h:48
Failed to connect to host.
Definition: erpc_common.h:54
Generic failure.
Definition: erpc_common.h:30
Calling eRPC function from another eRPC function. For more information see erpc_common.h.
Definition: erpc_common.h:78
Expected a reply message but got another message type.
Definition: erpc_common.h:42