-
12.3.5 Set the Response Data’s Mode of the RFID Reader
Description:
Allows the application to control the mode of data reporting for tag-access operations. By
default, the reporting mode is set to "normal". RFID18K6CReaderAPI.dll only support
“Compact” and “Normal” format.
Compact mode
contains the minimum amount of data
necessary to return the results of tag-protocol operations to the application;
Normal mode
augments compact mode by interleaving additional status/contextual information in the
operation results, so that the application can detect. For example, the start of inventory rounds,
when a new antenna is being used etc.
Function Call:
RFID_STATUS RFIDSetResponseMode(RFID_RESPONSE_MODE mode);
Parameters:
mode - The requested data-reporting mode. Can be “Normal” or “Compact”
Returns:
RFID_STATUS.
12.3.6 Get the Response Data’s Mode of the RFID Reader
Description:
Retrieve the mode of data reporting for tag-access operations.
Function Call:
RFID_STATUS RFIDGetResponseMode(RFID_RESPONSE_MODE *pMode);
Parameters:
pMode - A pointer to RFID_RESPONSE_MODE contain the data reporting mode.
Returns:
RFID_STATUS.
12.3.7 Set the RFID Reaer’s Power State
Description:
Set the RFID Reader module's power state(not to be confused with the antenna RF power).
Function Call:
RFID_STATUS RFIDSetPowerState(RFID_RADIO_POWER_STATE state);
Parameters:
state - the power state for the RFID Reader module
Returns:
RFID_STATUS.
12.3.8 Get the RFID Reader’s Power State
Description:
Retrieves the radio module's power state(not to be confused with the antenna RF power).
Function Call:
RFID_STATUS RFIDGetPowerState(RFID_RADIO_POWER_STATE *pState);
Parameters:
pState - a pointer to RFID_RADIO_POWER_STATE contain the RFID Reader module's power
state.
Returns:
RFID_STATUS.
12.3.9 Set the RFID Reader’s Low-Level Parameter
Description:
Set the low-level configuration parameter for the RFID Reader module. For example the MAC
registry value.
Function Call:
RFID_STATUS RFIDSetConfigurationParameter(INT16U parameter, INT32U value);
Parameters:
parameter – the configuration parameter to set
value – the value to which the configuration parameter will be set.
Returns:
RFID_STATUS.