Describes the utility interfaces. These interfaces are actually not of ISO15693 or any of the ICode product families. These are generic interfaces as part of reader library for internal purpose.
More...
|
| | Defines |
| | Describes the options to be used for Utility interfaces.
|
| |
Describes the utility interfaces. These interfaces are actually not of ISO15693 or any of the ICode product families. These are generic interfaces as part of reader library for internal purpose.
◆ phalICode_GetSerialNo()
Gets the UID of the tag.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [out] | ppUid | [Out] 8 byte UID of the tag. |
| [out] | pUidLen | [Out] Length of the UID buffer. |
◆ phalICode_SetSerialNo()
Sets the UID of the tag.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | pUid | [In] 8 byte UID of the tag. |
| [in] | bUidLen | [In] Length of the UID buffer. |
◆ phalICode_GetConfig()
Get the configuration settings.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wConfig | [In] Configuration to read.
|
| [in] | pValue | [In] The value for the mentioned configuration information in wConfig parameter.
|
◆ phalICode_SetConfig()
Set the configuration settings.
NOTE: Both the flags PHAL_ICODE_FLAG_DATA_RATE and PHAL_ICODE_FLAG_FAST_DATA_RATE should not be combined, it should be passed separately along with other flag.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | wConfig | [In] Configuration to update.
|
| [in] | wValue | [In] The value for the mentioned configuration information in wConfig parameter.
|
◆ phalICode_GetTagType()
Get the type of Tag.
- Returns
- Status code
- Return values
-
- Parameters
-
| [in] | pDataParams | [In] Pointer to this layers parameter structure. |
| [in] | pTagType | [In] The type of ICode tag.
|