1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- #ifndef READPARAMETERS2_SOURCE
- #define READPARAMETERS2_SOURCE
- #include "../plc/plc.h"
- signed ReadParameters2 (struct plc * plc)
- {
- return (ModuleRead (plc, &plc->pib, PLC_MOD_OP_READ_MEMORY, PLC_MODULEID_PARAMETERS, 0));
- }
- #endif
|