C_runtime/PLCObject.hpp
changeset 4032 1ffff67678ad
parent 3977 2b0f8c4c8d02
--- a/C_runtime/PLCObject.hpp	Fri Oct 25 14:51:38 2024 +0200
+++ b/C_runtime/PLCObject.hpp	Mon Oct 28 16:02:47 2024 +0100
@@ -71,6 +71,7 @@
         uint32_t SetTraceVariablesList(const list_trace_order_1_t * orders, int32_t * debugtoken);
         uint32_t StartPLC(void);
         uint32_t StopPLC(bool * success);
+        uint32_t ExtendedCall(const char * method, const binary_t * argument, binary_t * answer);
 
         // Public interface used by runtime
         uint32_t AutoLoad();