diff -r 03df7946c2fa -r b217fb367574 C_runtime/c_erpc_PLCObject_client.cpp --- a/C_runtime/c_erpc_PLCObject_client.cpp Tue Nov 19 23:52:04 2024 +0100 +++ b/C_runtime/c_erpc_PLCObject_client.cpp Fri Nov 22 16:31:51 2024 +0100 @@ -1,5 +1,5 @@ /* - * Generated by erpcgen 1.12.0 on Mon May 20 17:54:19 2024. + * Generated by erpcgen 1.12.0 on Mon Oct 28 15:10:14 2024. * * AUTOGENERATED - DO NOT EDIT */ @@ -132,6 +132,14 @@ return result; } +uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer) +{ + uint32_t result; + result = s_BeremizPLCObjectService_client->ExtendedCall(method, argument, answer); + + return result; +} + void initBeremizPLCObjectService_client(erpc_client_t client) { #if ERPC_ALLOCATION_POLICY == ERPC_ALLOCATION_POLICY_DYNAMIC