How to read/write on the ST M24LR16E chip?

To perform these actions, you need to send the appropriate command.

With ST M24LR16E, you cannot use the standard ISO15693 readblock, ISO15693 writeblock, ISO15693 lockblock. Instead, you must use the ISO15693cmdExec command with appropriate parameters as described in the chip specifications document.

Please find attached to this article a sample code in java in order to understand how to execute the above operations in C, C++, and C#.