NurApiV2ReadBufferResp Class

Response to the Gen2 version 2 ReadBuffer command.

Definition

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

Constructors

NurApiV2ReadBufferRespInitializes a new instance of the NurApiV2ReadBufferResp 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 valid bits in the result.
buffer The tag's reply, bits are "left aligned".

See Also