SecurityAccessModuleMode Enum

Definition

Security Access Module Mode

public enum SecurityAccessModuleMode
type SecurityAccessModuleMode = 
Public Enum SecurityAccessModuleMode
Inheritance
SecurityAccessModuleMode

Fields

DualCard 4

0x04: Dual Card, both the PN532 and the SAM are visible from the external world as two separated targets

Normal 1

0x01: Normal mode, the SAM is not used; this is the default mode

VirtualCard 2

0x02: Virtual Card, the couple PN532+SAM is seen as only one contactless SAM card from the external world

WiredCard 3

0x03: Wired Card, the host controller can access to the SAM with standard PCD commands (InListPassiveTarget,InDataExchange, …)

Applies to