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

Parent class that is specialized to define the configuration for specific tag read operations. More...

Inherited by Impinj.OctaneSdk.KillTagParams, Impinj.OctaneSdk.LockTagParams, Impinj.OctaneSdk.ReadKillPasswordParams, Impinj.OctaneSdk.ReadTidMemoryParams, and Impinj.OctaneSdk.ReadUserMemoryParams.

Public Member Functions

 ReadTagMemoryParams ()
 Creates a new instance of the ReadTagMemoryParams class that initializes all member variables to their default values. More...
 

Properties

string AccessPassword [get, set]
 The access password to use during the read operation. This should be specified as a hex string. More...
 
ushort AntennaPortNumber [get, set]
 The antenna port to use for the read operation. More...
 
ushort RetryCount [get, set]
 The number of times to retry the write operation if a failure occurs. More...
 
string TargetTag [get, set]
 The EPC of the tag to read. This should be specified as a hex string. More...
 
int TimeoutInMs [get, set]
 The amount of time (in milliseconds) to wait for the read operation to complete. More...
 

Detailed Description

Parent class that is specialized to define the configuration for specific tag read operations.

Constructor & Destructor Documentation

Impinj.OctaneSdk.ReadTagMemoryParams.ReadTagMemoryParams ( )

Creates a new instance of the ReadTagMemoryParams class that initializes all member variables to their default values.

Property Documentation

string Impinj.OctaneSdk.ReadTagMemoryParams.AccessPassword
getset

The access password to use during the read operation. This should be specified as a hex string.

ushort Impinj.OctaneSdk.ReadTagMemoryParams.AntennaPortNumber
getset

The antenna port to use for the read operation.

ushort Impinj.OctaneSdk.ReadTagMemoryParams.RetryCount
getset

The number of times to retry the write operation if a failure occurs.

string Impinj.OctaneSdk.ReadTagMemoryParams.TargetTag
getset

The EPC of the tag to read. This should be specified as a hex string.

int Impinj.OctaneSdk.ReadTagMemoryParams.TimeoutInMs
getset

The amount of time (in milliseconds) to wait for the read operation to complete.