NXP Reader Library  v17.1.0.2535

Describes the Optional commands of ISO15693 products. More...

Collaboration diagram for Commands_Optional:

Modules

 CommandCodes
 

Functions

phStatus_t phpalSli15693_Select (void *pDataParams)
 Perform a ISO15693 Select command. More...
 
phStatus_t phpalSli15693_ResetToReady (void *pDataParams)
 Perform a ISO15693 ResetToReady command. More...
 

Detailed Description

Describes the Optional commands of ISO15693 products.

Function Documentation

◆ phpalSli15693_Select()

phStatus_t phpalSli15693_Select ( void *  pDataParams)

Perform a ISO15693 Select command.

When receiving the Select command, if the UID is equal to its own UID, the VICC shall enter the selected state and shall send a response. If the UID is different to its own and in selected state, the VICC shall return to the Ready state and shall not send a response. If the UID is different to its own and not in selected state, the VICC shall remain in its state and shall not send a response.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSIf DataParams is null.
PH_ERR_PROTOCOL_ERRORInvalid response received.
XXXX
  • Depending on status codes return by PICC.
  • Other Depending on implementation and underlying component.
Parameters
[in]pDataParams[In] Pointer to this layers parameter structure.

◆ phpalSli15693_ResetToReady()

phStatus_t phpalSli15693_ResetToReady ( void *  pDataParams)

Perform a ISO15693 ResetToReady command.

When receiving a Reset to ready command, the VICC shall return to the Ready state.

Returns
Status code
Return values
PH_ERR_SUCCESSOperation successful.
PH_ERR_INVALID_DATA_PARAMSIf DataParams is null.
PH_ERR_PROTOCOL_ERRORInvalid response received.
OtherDepending on implementation and underlaying component.
Parameters
[in]pDataParams[In] Pointer to this layers parameter structure.