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

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

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

Public Member Functions

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

Properties

TagData AccessPassword [get, set]
 Tag access password. Required only if an access password has been set for the target memory bank. More...
 
TagLockState AccessPasswordLockType [get, set]
 Lock operation to perform on the Access Password. More...
 
TagLockState EpcLockType [get, set]
 Lock operation to perform on the EPC memory bank. More...
 
TagLockState KillPasswordLockType [get, set]
 Lock operation to perform on the Kill Password. More...
 
ushort LockCount [get]
 The number of locks specified in this operation. More...
 
TagLockState TidLockType [get, set]
 Lock operation to perform on the TID memory bank. More...
 
TagLockState UserLockType [get, set]
 Lock operation to perform on the User memory bank. More...
 

Additional Inherited Members

- Public Attributes inherited from Impinj.OctaneSdk.TagOp
ushort Id
 The tag operation unique identifier. More...
 

Detailed Description

Class used to specify a tag lock operation.

Constructor & Destructor Documentation

Impinj.OctaneSdk.TagLockOp.TagLockOp ( )

Constructor for TagLockOp class

Property Documentation

TagData Impinj.OctaneSdk.TagLockOp.AccessPassword
getset

Tag access password. Required only if an access password has been set for the target memory bank.

TagLockState Impinj.OctaneSdk.TagLockOp.AccessPasswordLockType
getset

Lock operation to perform on the Access Password.

TagLockState Impinj.OctaneSdk.TagLockOp.EpcLockType
getset

Lock operation to perform on the EPC memory bank.

TagLockState Impinj.OctaneSdk.TagLockOp.KillPasswordLockType
getset

Lock operation to perform on the Kill Password.

ushort Impinj.OctaneSdk.TagLockOp.LockCount
get

The number of locks specified in this operation.

TagLockState Impinj.OctaneSdk.TagLockOp.TidLockType
getset

Lock operation to perform on the TID memory bank.

TagLockState Impinj.OctaneSdk.TagLockOp.UserLockType
getset

Lock operation to perform on the User memory bank.