STM8L libraries for CR95HF 1.0
Data Fields
ISO15693_Tag Struct Reference

Data Fields

u8 command_ok
u8 error_code
u8 response_flags
u8 dataField [ISO15693_DATA_RECEIVED_MAX_SIZE]
u8 receivedDataLength
u8 UID_Tag [ISO15693_UID_SIZE]
u8 AFI_Tag
u8 DSFID_Tag
u8 ICRef
u8 memSize [ISO15693_MEMSIZE_MAX_WORD_BYTE_SIZE]

Field Documentation

u8 AFI_Tag

AFI of the contactless tag

The command and the response are ok, the structure is ok

u8 dataField[ISO15693_DATA_RECEIVED_MAX_SIZE]

the whole data transmitted by the contactless tag

DSFID of the contactless tag

This field contains eventual error encountered by the contactless tag while performing the command. Also if the CR95HF sendRcv command fails to transmit the command or receive the contactless answer,the error code is stored here.

u8 ICRef

ICRef of the contactless Tag

u8 memSize[ISO15693_MEMSIZE_MAX_WORD_BYTE_SIZE]

MemSize of the contactless Tag [0]= number of blocks [1]= number of bytes in a block MemSize is on two bytes for iso15693 but could be on more for other products (thanks to IC REF this could be determined) limited to 3 bytes.

length of data transmitted by the Tag

The response flag provided by the Tag

u8 UID_Tag[ISO15693_UID_SIZE]

UID of the Tag with UID[0]= LSB UID[7]=MSB


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Defines