STM8L libraries for CR95HF 1.0
Functions
ISO15693_Retrieve_Data_Into_Answer_Functions
ISO15693_Built_in_Commands_Functions

Functions

void ISO15693_Retrieve_UID (ISO15693_Tag *MyTag, CR95HF_ResponseReceiving *Response, u8 *Cursor_in_response_data)
 The function fills the contactless Tag structure with the UID (Inventory and Get system info command).
void ISO15693_Retrieve_ICRef (ISO15693_Tag *MyTag)
 The function fills the contactless Tag structure with the ICRef using the UID (Get system info command). Only available for contactless tag manufactured by STMicroelectronics.

Function Documentation

void ISO15693_Retrieve_ICRef ( ISO15693_Tag MyTag)

The function fills the contactless Tag structure with the ICRef using the UID (Get system info command). Only available for contactless tag manufactured by STMicroelectronics.

Parameters:
MyTag: pointer on the structure to complete
Return values:
void: no return value
void ISO15693_Retrieve_UID ( ISO15693_Tag MyTag,
CR95HF_ResponseReceiving Response,
u8 *  Cursor_in_response_data 
)

The function fills the contactless Tag structure with the UID (Inventory and Get system info command).

Parameters:
MyTag: pointer on the structure to complete
Cursor_in_response_data: actual position of the cursor into data. It must be the position of the UID into the response format
Response: the response containing the data
Return values:
void: no return value
 All Data Structures Files Functions Variables Defines