NurApiAuthenticateResp Class

Gen2 version 2 Authenticate-command's response.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class AuthenticateResp
Inheritance
Object    NurApiAuthenticateResp

Constructors

NurApiAuthenticateRespInitializes a new instance of the NurApiAuthenticateResp class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

bitLength Number of bits received from the tag.
ERROR_NOT_RECEIVED Indicates that the tag backscattered error code is not present.
NO_RESPONSE Indicates that there was no data nor reply received from the tag.
reply The tag's backscattered bits.
RESPONSE_RECEIVED Indicates that was some response, whether it is OK or not, from the tag.
status General status of the data exchange with the tag.
TAG_ERROR Indicates that there was a clear, one byte error reply from the tag.
tagError The tag's error code is present.

See Also