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

Used to set Monza QT tag chip features. Through QT technology, a tag owner/user can maintain two data profiles (one public, one private), allowing confidentiality of business-sensitive data while assuring consumers of privacy. The tag owner stores confidential data in the private data profile, which is protected by a password-controlled command and may only be accessed at very short read distances. More...

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

Properties

TagData AccessPassword [get, set]
 Tag access password. Required only if the tag's access password has been set. More...
 
QtAccessRange AccessRange [get, set]
 Determines whether to reduce tag access range down to a meter or so, or not. More...
 
QtDataProfile DataProfile [get, set]
 Determines whether to access the tag private or public data profile. More...
 
QtPersistence Persistence [get, set]
 Determines whether switching to the tag private Data Profile should be persistent, or whether the tag should revert to the private state once the tag loses power. More...
 

Additional Inherited Members

- Public Member Functions inherited from Impinj.OctaneSdk.TagOp
 TagOp ()
 Constructor; automatically assigns a unique ID number. More...
 
- Public Attributes inherited from Impinj.OctaneSdk.TagOp
ushort Id
 The tag operation unique identifier. More...
 

Detailed Description

Used to set Monza QT tag chip features. Through QT technology, a tag owner/user can maintain two data profiles (one public, one private), allowing confidentiality of business-sensitive data while assuring consumers of privacy. The tag owner stores confidential data in the private data profile, which is protected by a password-controlled command and may only be accessed at very short read distances.

Property Documentation

TagData Impinj.OctaneSdk.TagQtSetOp.AccessPassword
getset

Tag access password. Required only if the tag's access password has been set.

QtAccessRange Impinj.OctaneSdk.TagQtSetOp.AccessRange
getset

Determines whether to reduce tag access range down to a meter or so, or not.

QtDataProfile Impinj.OctaneSdk.TagQtSetOp.DataProfile
getset

Determines whether to access the tag private or public data profile.

QtPersistence Impinj.OctaneSdk.TagQtSetOp.Persistence
getset

Determines whether switching to the tag private Data Profile should be persistent, or whether the tag should revert to the private state once the tag loses power.