Octane SDK
2.0 Beta
|
Class used to specify a tag write operation. More...
Public Attributes | |
TagData | Data = new TagData() |
Data to write into the tag memory bank, starting at the word pointed to by WordPointer. More... | |
MemoryBank | MemoryBank |
Tag memory bank to write to. More... | |
ushort | WordPointer |
Numeric pointer to first word to write to (e.g. the first word would be word 0). More... | |
![]() | |
ushort | Id |
The tag operation unique identifier. More... | |
Properties | |
TagData | AccessPassword [get, set] |
Tag access password. Required only if the tag target memory bank is locked and an access password has been set. More... | |
Additional Inherited Members | |
![]() | |
TagOp () | |
Constructor; automatically assigns a unique ID number. More... | |
Class used to specify a tag write operation.
Data to write into the tag memory bank, starting at the word pointed to by WordPointer.
MemoryBank Impinj.OctaneSdk.TagWriteOp.MemoryBank |
Tag memory bank to write to.
ushort Impinj.OctaneSdk.TagWriteOp.WordPointer |
Numeric pointer to first word to write to (e.g. the first word would be word 0).