STM8L libraries for CR95HF 1.0
Functions
ISO15693_Memory_Programming_Functions
ISO15693_Built_in_Commands_Functions

Functions

u8 ISO15693_Send_Receive_Single_Block_Memory_Programming_cmd (CR95HF_ResponseReceiving *Response, CR95HF_CommandSending *Cmd, const u8 Request_flags)
 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.

Function Documentation

u8 ISO15693_Send_Receive_Single_Block_Memory_Programming_cmd ( CR95HF_ResponseReceiving Response,
CR95HF_CommandSending Cmd,
const u8  Request_flags 
)

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
 All Data Structures Files Functions Variables Defines