Metratec devices library 3.1.1.0
|
Inventory settings. More...
Public Member Functions | |
InventorySettings () | |
Create the inventory settings. | |
InventorySettings (bool onlyNewTags, bool withRssi, bool withTid, bool fastStart) | |
Create the inventory settings with the given parameters. | |
Properties | |
bool | OnlyNewTag [get, set] |
Only new tag setting. | |
bool | WithRssi [get, set] |
With Rssi setting. | |
bool | WithTid [get, set] |
With Tid setting. | |
bool | FastStart [get, set] |
Enable for do an inventory without putting all tags into session state. | |
Inventory settings.
InventorySettings.InventorySettings | ( | ) |
Create the inventory settings.
InventorySettings.InventorySettings | ( | bool | onlyNewTags, |
bool | withRssi, | ||
bool | withTid, | ||
bool | fastStart | ||
) |
Create the inventory settings with the given parameters.
onlyNewTags | if true, only new tags are reported |
withRssi | if true, the Received Signal Strength Indication of each tag is reported |
withTid | if true, the tid of each tag is reported |
fastStart | if true, an inventory without putting all tags into session state |
|
getset |
Only new tag setting.
True, to report only new tags
|
getset |
With Rssi setting.
if true, the Received Signal Strength Indication of each tag is reported
|
getset |
With Tid setting.
if true, the tid of each tag is reported