public class AuthenticateResp
NurApiAuthenticateResp | Initializes a new instance of the NurApiAuthenticateResp class |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |
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. |