Table of Contents

Enum TargetModeInitialization

Namespace
Iot.Device.Pn532.AsTarget
Assembly
Iot.Device.Pn532.dll

Target Mode Initialization

[Flags]
public enum TargetModeInitialization

Fields

Default = 0

Uses all the modes

DepOnly = 2

PassiveOnly flag is used to configure the PN532 to accept to be initialized only in passive mode, i.e. to refuse active communication mode

PassiveOnly = 1

PassiveOnly flag is used to configure the PN532 to accept to be initialized only in passive mode, i.e. to refuse active communication mode ///

PiccOnly = 4

PICCOnly flag is used to configure the PN532 to accept to be initialized only as ISO/IEC14443-4 PICC, i.e. receiving an RATS frame. If the PN532 receives another command frame as first command following AutoColl process, it will be rejected and the PN532 returns automatically in the AutoColl state