This function sends to the contactless tag through the CR95HF a Single block (read, write, lock) memory programming command and receive the answer. As the contactless tag takes longer to perform that kind of the command, depending on the option flag and on the protocol parameters set the function handles the command sending and the contactless tag answer reception.
- Parameters:
-
Response | : pointer on the structure designated to contain the answer provided by the CR95HF. |
Cmd | : pointer on the command to send |
Request_flags | : to determine how the contactless tag will answer (wait an EOF or as soon as possible) |
- Return values:
-
CR95HF_SUCCESS_CODE | : The command was sent and a response was received |
CR95HF_ERROR_CODE | : Command failed |