Describes the utility interfaces. These interfaces are actually not part of ISO15693 These are generic interfaces as part of reader library for internal purpose.
More...
|
| | Defines |
| | Configuration and Option definitions. These options shall be used along with SetConfig and GetConfig to configure PAL Sli15693 layer.
|
| |
Describes the utility interfaces. These interfaces are actually not part of ISO15693 These are generic interfaces as part of reader library for internal purpose.
◆ phpalSli15693_GetSerialNo()
Retrieve the serial number (UID).
This API is used to get the UID of current VICC with which this layer is communicating.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [out] | pUid | [Out] Buffer, holding the UID (8 bytes) |
| [out] | bUidLen | [Out] Length of bytes available in pUid buffer. |
◆ phpalSli15693_SetSerialNo()
Set serial number (UID).
When multiple VICCs are detected, this API shall be used to set a specific UID to this layer from the list of detected UIDs.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | pUid | [In] Buffer, holding the UID (8 bytes) |
| [in] | bUidLen | [In] Length of UID in bytes. |
◆ phpalSli15693_SetConfig()
Set value of the specified Configuration Identifier.
- The SetConfig command is used to set values for the different configuration parameters of this layer.
- wConfig can be one of:
NOTE: Both the flags values DataRate and Fast DataRate should not be combined, it should be passed separately along with other flags.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wConfig | [In] Configuration to configure. |
| [in] | wValue | [In] Value to set. |
◆ phpalSli15693_GetConfig()
Get value of the specified Configuration Identifier.
- The SetConfig command is used to set values for the different configuration parameters of this layer.
- wConfig can be one of:
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wConfig | [In] Configuration to read. |
| [in] | pValue | [In] Read value. |