I'm currently translating the C-Code into PHP and think, i've found a bug at line 471 in s7_isotcp.cpp: Result =SetIsoError(errIsoTooManyFragments);
Shouldn't it look like this? Result =SetIsoError(errIsoPduOverflow);
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm currently translating the C-Code into PHP and think, i've found a bug at line 471 in s7_isotcp.cpp:
Result =SetIsoError(errIsoTooManyFragments);
Shouldn't it look like this?
Result =SetIsoError(errIsoPduOverflow);