Octane SDK
2.0 Beta
|
Class for containing the settings for a single inventory filter. More...
Public Member Functions | |
TagFilter () | |
Initializes a new instance of the TagFilter class, initializing the memory bank to EPC. More... | |
Properties | |
int | BitCount [get, set] |
The length of the tag mask in bits. If no length is specified, the entire mask is used. More... | |
ushort | BitPointer [get, set] |
The bit offset in the specified memory bank at which the tag mask begins. It is important to note that this is a bit offset and need not be word or even byte-aligned. More... | |
TagFilterOp | FilterOp [get, set] |
MemoryBank | MemoryBank [get, set] |
The memory bank on which the filter is applied. Filters may be configured to search for content in the Epc, Tid, and User memory banks. Filters may not match against the Reserved memory bank. More... | |
string | TagMask [get, set] |
The tag mask defines the bit pattern that the filter must match on. The mask should be expressed as a hex string. More... | |
Class for containing the settings for a single inventory filter.
Impinj.OctaneSdk.TagFilter.TagFilter | ( | ) |
Initializes a new instance of the TagFilter class, initializing the memory bank to EPC.
|
getset |
The length of the tag mask in bits. If no length is specified, the entire mask is used.
|
getset |
The bit offset in the specified memory bank at which the tag mask begins. It is important to note that this is a bit offset and need not be word or even byte-aligned.
|
getset |
|
getset |
The memory bank on which the filter is applied. Filters may be configured to search for content in the Epc, Tid, and User memory banks. Filters may not match against the Reserved memory bank.
|
getset |
The tag mask defines the bit pattern that the filter must match on. The mask should be expressed as a hex string.