Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Properties | List of all members
Impinj.OctaneSdk.TargetTag Class Reference

Helper class used to identify a specific tag or set of tags on which to perform an operation. More...

Properties

ushort BitPointer [get, set]
 A pointer to the bit to start the filter comparison on. More...
 
string Data [get, set]
 The specific data value to filter on. Should be expressed as a hex string. More...
 
string Mask [get, set]
 A mask, in hex, which specifies which bits to match on and which to ignore. If a mask is not specified, all bits will be used to match. More...
 
MemoryBank MemoryBank [get, set]
 The tag memory bank to filter on. More...
 

Detailed Description

Helper class used to identify a specific tag or set of tags on which to perform an operation.

Property Documentation

ushort Impinj.OctaneSdk.TargetTag.BitPointer
getset

A pointer to the bit to start the filter comparison on.

string Impinj.OctaneSdk.TargetTag.Data
getset

The specific data value to filter on. Should be expressed as a hex string.

string Impinj.OctaneSdk.TargetTag.Mask
getset

A mask, in hex, which specifies which bits to match on and which to ignore. If a mask is not specified, all bits will be used to match.

MemoryBank Impinj.OctaneSdk.TargetTag.MemoryBank
getset

The tag memory bank to filter on.