ParametersFlags Enum

Definition

Parameters complementary of the Security Module Parameters Allows to change the behavior of the handshake with the card

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ParametersFlags
[<System.Flags>]
type ParametersFlags = 
Public Enum ParametersFlags
Inheritance
ParametersFlags
Attributes

Fields

AutomaticATR_RES 4

bit 2: fAutomaticATR_RES is Automatic generation of the ATR_RES in case of target configuration.

AutomaticRATS 16

bit 4: fAutomaticRATS is Automatic generation of the RATS in case of ISO/IEC14443-4 PCD mode.

DIDUsed 2

bit 1: fDIDUsed is Use of the DID information in case of initiator configuration (or CID in case of ISO/IEC14443-4 PCD configuration).

ISO14443_4_PICC 32

bit 5: fISO14443-4_PICC is The emulation of a ISO/IEC14443-4 PICC is enabled.

NADUsed 1

bit 0: fNADUsed is Use of the NAD information in case of initiator configuration (DEP and ISO/IEC14443-4 PCD).

RemovePrePostAmble 64

bit 6: fRemovePrePostAmble is The PN532 does not send Preamble and Postamble.

Applies to