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

Class used to specify a tag kill operation. WARNING:- once killed, a tag will permanently cease functioning. More...

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

Public Attributes

TagData KillPassword = new TagData()
 Value of the kill password; this MUST match the kill password already written to the reserved memory bank, or the operation will fail. More...
 
- Public Attributes inherited from Impinj.OctaneSdk.TagOp
ushort Id
 The tag operation unique identifier. 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 kill operation. WARNING:- once killed, a tag will permanently cease functioning.

Member Data Documentation

TagData Impinj.OctaneSdk.TagKillOp.KillPassword = new TagData()

Value of the kill password; this MUST match the kill password already written to the reserved memory bank, or the operation will fail.