Enum SecurityAccessModuleMode
Security Access Module Mode
public enum SecurityAccessModuleMode
  Fields
DualCard = 40x04: Dual Card, both the PN532 and the SAM are visible from the external world as two separated targets
Normal = 10x01: Normal mode, the SAM is not used; this is the default mode
VirtualCard = 20x02: Virtual Card, the couple PN532+SAM is seen as only one contactless SAM card from the external world
WiredCard = 30x03: Wired Card, the host controller can access to the SAM with standard PCD commands (InListPassiveTarget,InDataExchange, …)