Edit

Share via


TargetModeInitialization Enum

Definition

Target Mode Initialization

This enumeration supports a bitwise combination of its member values.

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

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

Applies to