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

Class used to specify a tag write operation. More...

Inheritance diagram for Impinj.OctaneSdk.TagWriteOp:
Impinj.OctaneSdk.TagOp

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...
 
- Public Attributes inherited from Impinj.OctaneSdk.TagOp
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

- Public Member Functions inherited from Impinj.OctaneSdk.TagOp
 TagOp ()
 Constructor; automatically assigns a unique ID number. More...
 

Detailed Description

Class used to specify a tag write operation.

Member Data Documentation

TagData Impinj.OctaneSdk.TagWriteOp.Data = new TagData()

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).

Property Documentation

TagData Impinj.OctaneSdk.TagWriteOp.AccessPassword
getset

Tag access password. Required only if the tag target memory bank is locked and an access password has been set.