BeckhoffJsonReadWriter icon indicating copy to clipboard operation
BeckhoffJsonReadWriter copied to clipboard

read or write. They now became ReadFile and WriteFile

Open phobicdotno opened this issue 2 years ago • 1 comments

Hey. Thanks for this code. I had some issues since there is a mix of definitions in the sw/documentation with read/write and ReadFile/WriteFile. In the Example, you use ReadFile/WriteFile, but in the actual library, you use read/write.

image

phobicdotno avatar Dec 09 '22 11:12 phobicdotno

Hi!

They are actually all 4 still supported (for backward capability) but for a better understanding I advise to use ReadFile and WriteFile.

The problem with Read and Write is they are supposed from a misunderstandable point of view, but since I knew the library is widely used I cannot easily drop them so they remained in the code so that I can remember my mistake (true story).

Best Regards, FB

fbarresi avatar Dec 12 '22 21:12 fbarresi