CustomExchangeFlags Enumeration
Custom exchange flags
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public enum CustomExchangeFlags
AsWrite | 1 |
Custom exchange: operation is "like write".
|
UseHandle | 2 |
Custom exchange: use handle from tag / not.
|
XORRN16 | 4 |
Custom exchange: XOR received handle with 2-byte data in "like write" operations.
|
TxOnly | 8 |
Custom exchange: transmit only.
|
NOTXCRC | 16 |
Custom exchange: no transmission CRC.
|
NORXCRC | 32 |
Custom exchange: no reception CRC.
|
CRC5 | 64 |
Custom exchange: use CRC-5 in transmission.
|
NORXLEN | 128 |
Custom exchange: do not set RX length before receiving.
|
STRIPHND | 256 |
Custom exchange: assume last two last received bytes as handle and strip from response.
|
SKIPRESEL | 512 |
Custom exchange: skip tag access i.e. no "re-selection" during this command
|