Octane SDK
2.0 Beta
|
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... | |
Helper class used to identify a specific tag or set of tags on which to perform an operation.
|
getset |
A pointer to the bit to start the filter comparison on.
|
getset |
The specific data value to filter on. Should be expressed as a hex string.
|
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.
|
getset |
The tag memory bank to filter on.