NurApiAuthenticateParam Class

Gen2 version 2 Authenticate-command's parameters.

Definition

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

Constructors

NurApiAuthenticateParam Basic constructor with nothing specific set up yet.
NurApiAuthenticateParam(NurApiAuthenticateParam) Constructor that copies parameters from another object.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetMessage Get the current message from the class.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
SetMessage Set up the message required by the used CSI.
ToString
(Inherited from Object)

Fields

csiThe Cruptographic Suite Indicator.
msgBitLength The CSI message's length in bits.
preTxWait Additional wait time before executing the command in microseconds (0...50000); may be used to energize the tag properly (carrier is on).
reSelect If module needs to internally use the ReadBuffer command then setting this to true causes the tag to be re-selected between operations.
rxAttn RX attenuation for response reception; true causes "write-like" operation thus reduces operation's range.
rxLength Set to 0 if reception length is not known, otherwise this is the bit length of the reception ranging in 1...1008.
timeout Response timeout similar to read or write; unit is milliseconds ranging from 20...50.

See Also