diff -r 03df7946c2fa -r b217fb367574 erpc_interface/erpc_PLCObject/interface.py --- a/erpc_interface/erpc_PLCObject/interface.py Tue Nov 19 23:52:04 2024 +0100 +++ b/erpc_interface/erpc_PLCObject/interface.py Fri Nov 22 16:31:51 2024 +0100 @@ -1,5 +1,5 @@ # -# Generated by erpcgen 1.12.0 on Mon May 20 17:53:37 2024. +# Generated by erpcgen 1.13.0 on Fri Nov 8 11:06:24 2024. # # AUTOGENERATED - DO NOT EDIT # @@ -21,6 +21,7 @@ SETTRACEVARIABLESLIST_ID = 12 STARTPLC_ID = 13 STOPPLC_ID = 14 + EXTENDEDCALL_ID = 15 def AppendChunkToBlob(self, data, blobID, newBlobID): raise NotImplementedError() @@ -64,4 +65,7 @@ def StopPLC(self, success): raise NotImplementedError() + def ExtendedCall(self, method, argument, answer): + raise NotImplementedError() +