![]() |
STM8L libraries for CR95HF 1.0
|
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. |
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.
MyTag | : pointer on the structure to complete |
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).
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 |
void | : no return value |