NurApiInventoryExFilteraction Field

Indicates whether matching tags assert or deassert SL, or set their inventoried flag to A or B.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public byte action

Field Value

Byte

Remarks

The field action as per standard section 6.3.2.11.1.1 is defined as follows:

ValueAction
0Matching tags: assert SL or inventoried session flag -> A. Non-matching: deassert SL or inventoried session flag -> B.
1Matching tags: assert SL or inventoried session flag -> A. Non-matching: do nothing.
2Matching tags: do nothing. Non-matching: deassert SL or inventoried session -> B.
3Matching tags: negate SL or invert inventoried session flag (A->B, B->A). Non-matching: do nothing.
4Matching tags: deassert SL or inventoried session flag -> B. Non-matching: assert SL or inventoried session flag -> A.
5Matching tags: deassert SL or inventoried session flag -> B. Non-matching: do nothing.
6Matching tags: do nothing. Non-matching: assert SL or inventoried session flag -> A.
7Matching tags: do nothing. Non-matching: negate SL or invert inventoried session flag (A->B, B->A).

See Also