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

Parent class used to carry the results of any tag read operations, including not just the results of the read operation, but also any lock or verify operations, if the program operation is configured to use them. More...

Inheritance diagram for Impinj.OctaneSdk.ReadTagMemoryResult:
Impinj.OctaneSdk.ReadKillPasswordResult Impinj.OctaneSdk.ReadTidMemoryResult Impinj.OctaneSdk.ReadUserMemoryResult

Properties

TagKillOpResult KillResult [get, set]
 Member that contains the results of a tag verify operation, if configured. More...
 
TagLockOpResult LockResult [get, set]
 Member that contains the results of the tag lock operation, if configured. More...
 
TagReadOpResult ReadResult [get, set]
 Member that contains the results of the tag read operation. More...
 

Detailed Description

Parent class used to carry the results of any tag read operations, including not just the results of the read operation, but also any lock or verify operations, if the program operation is configured to use them.

Property Documentation

TagKillOpResult Impinj.OctaneSdk.ReadTagMemoryResult.KillResult
getset

Member that contains the results of a tag verify operation, if configured.

TagLockOpResult Impinj.OctaneSdk.ReadTagMemoryResult.LockResult
getset

Member that contains the results of the tag lock operation, if configured.

TagReadOpResult Impinj.OctaneSdk.ReadTagMemoryResult.ReadResult
getset

Member that contains the results of the tag read operation.