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.
|
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...
|
|
Parent class that is specialized to define the configuration for specific tag read operations.
Impinj.OctaneSdk.ReadTagMemoryParams.ReadTagMemoryParams |
( |
) | |
|
Creates a new instance of the ReadTagMemoryParams class that initializes all member variables to their default values.
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.