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

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

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

Public Attributes

MemoryBank MemoryBank
 Parameter defining Memory Bank to access for operation. More...
 
ushort WordCount
 Parameter defining the number of words to access for operation. More...
 
ushort WordPointer
 Parameter defining Word Pointer to access for operation. More...
 
- Public Attributes inherited from Impinj.OctaneSdk.TagOp
ushort Id
 The tag operation unique identifier. More...
 

Properties

TagData AccessPassword [get, set]
 Parameter defining Access Password to use for operation. 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 read operation.

Member Data Documentation

MemoryBank Impinj.OctaneSdk.TagReadOp.MemoryBank

Parameter defining Memory Bank to access for operation.

ushort Impinj.OctaneSdk.TagReadOp.WordCount

Parameter defining the number of words to access for operation.

ushort Impinj.OctaneSdk.TagReadOp.WordPointer

Parameter defining Word Pointer to access for operation.

Property Documentation

TagData Impinj.OctaneSdk.TagReadOp.AccessPassword
getset

Parameter defining Access Password to use for operation.