Octane SDK
2.0 Beta
|
Specialization of TagOpResult class that contains the results of an individual tag write operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event. More...
Public Attributes | |
bool | IsBlockWrite |
Indicates whether the tag write was a standard or BlockWrite operation. More... | |
ushort | NumWordsWritten |
The number of 16-bit words written by the tag write operation. More... | |
WriteResultStatus | Result |
The result of the tag write operation. More... | |
![]() | |
ushort | OpId |
The identifier of the tag operation that produced these results. More... | |
uint | SequenceId |
The identifier of the tag operation sequence that contains this operation. More... | |
Tag | Tag = new Tag() |
Details of the individual tag on which the operation was performed More... | |
Specialization of TagOpResult class that contains the results of an individual tag write operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.
bool Impinj.OctaneSdk.TagWriteOpResult.IsBlockWrite |
Indicates whether the tag write was a standard or BlockWrite operation.
ushort Impinj.OctaneSdk.TagWriteOpResult.NumWordsWritten |
The number of 16-bit words written by the tag write operation.
WriteResultStatus Impinj.OctaneSdk.TagWriteOpResult.Result |
The result of the tag write operation.