Describes the Optional commands of ISO15693 products.
More...
Describes the Optional commands of ISO15693 products.
◆ 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
-
- 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
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |