RFID API Documentation  1.0
Reference guide for RFID API
PERSISTENCE_CONFIG Struct Reference

Contains information about LLRP configs. More...

Data Fields

BOOLEAN saveConfiguration
 If true, configurations made over LLRP (SET_READER_CONFIG) is persisted across shutdown or restart of reader; else configuration is not saved. More...
 
BOOLEAN saveTagData
 If true, tags read by the reader by execution of autonomous mode or ROSpec with custom event reporting are persisted across shutdown or restart of reader; else read tags are lost if reader is shutdown or restarted. More...
 
BOOLEAN SaveTagEventData
 If true, event list as well as the tags read by the reader by execution of autonomous mode or reader operation with custom event reporting is persisted across shutdown or restart of reader; else event list is not saved during a shutdown or reboot. More...
 

Detailed Description

Contains information about LLRP configs.

Field Documentation

◆ saveConfiguration

BOOLEAN PERSISTENCE_CONFIG::saveConfiguration

If true, configurations made over LLRP (SET_READER_CONFIG) is persisted across shutdown or restart of reader; else configuration is not saved.

◆ saveTagData

BOOLEAN PERSISTENCE_CONFIG::saveTagData

If true, tags read by the reader by execution of autonomous mode or ROSpec with custom event reporting are persisted across shutdown or restart of reader; else read tags are lost if reader is shutdown or restarted.

◆ SaveTagEventData

BOOLEAN PERSISTENCE_CONFIG::SaveTagEventData

If true, event list as well as the tags read by the reader by execution of autonomous mode or reader operation with custom event reporting is persisted across shutdown or restart of reader; else event list is not saved during a shutdown or reboot.