Changes between Version 3 and Version 4 of Ticket #40, comment 76
- Timestamp:
- May 7, 2017, 8:55:20 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40, comment 76
v3 v4 2 2 3 3 I would look at that place. Again: you HAVE to fill in FEA list with what GEA requests. 4 If EAS do not exist, you return 0 for cbValue for that FEA and of course you don't append any EA data in the return structure.[[BR]] 5 If "usReadEAS" returns an empty list (pSrcFeal) then you will do nothing which is WRONG. 4 If EAS do not exist, you have to return 0 for cbValue for that FEA and of course in this case you won't append any EA data in the return structure.[[BR]] 5 6 If "usReadEAS" returns an empty list (pSrcFeal) then you currently do nothing which is WRONG. 6 7 7 8