SecurityAccessModuleMode Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Security Access Module Mode
public enum SecurityAccessModuleMode
type SecurityAccessModuleMode =
Public Enum SecurityAccessModuleMode
- Inheritance
-
SecurityAccessModuleMode
Name | Value | Description |
---|---|---|
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, …) |
DualCard | 4 | 0x04: Dual Card, both the PN532 and the SAM are visible from the external world as two separated targets |
Proizvod | Verzije |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |