Class FirmwareVersion
PN532 firmware version
public class FirmwareVersion
- Inheritance
-
FirmwareVersion
Constructors
FirmwareVersion(byte, Version, VersionSupported)
Creates PN532 firmware version object
public FirmwareVersion(byte identificationCode, Version version, VersionSupported versionSupported)
Parameters
identificationCode
byteThe identification code for PN532 should be 0x32.
version
VersionThe version, latest know one is 1.6.
versionSupported
VersionSupportedAll card version supported.
Properties
IdentificationCode
The identification code for PN532 should be 0x32
public byte IdentificationCode { get; set; }
Property Value
IsPn532
Is it a PN532?
public bool IsPn532 { get; }
Property Value
Version
The version, latest know one is 1.6
public Version Version { get; set; }
Property Value
VersionSupported
All card version supported
public VersionSupported VersionSupported { get; set; }