CustomExchangeFlags Enumeration

Custom exchange flags

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public enum CustomExchangeFlags

Members

AsWrite1 Custom exchange: operation is "like write".
UseHandle2 Custom exchange: use handle from tag / not.
XORRN164 Custom exchange: XOR received handle with 2-byte data in "like write" operations.
TxOnly8 Custom exchange: transmit only.
NOTXCRC16 Custom exchange: no transmission CRC.
NORXCRC32 Custom exchange: no reception CRC.
CRC564 Custom exchange: use CRC-5 in transmission.
NORXLEN128 Custom exchange: do not set RX length before receiving.
STRIPHND256 Custom exchange: assume last two last received bytes as handle and strip from response.
SKIPRESEL512 Custom exchange: skip tag access i.e. no "re-selection" during this command

See Also