Table of Contents

Class FirmwareVersion

Namespace
Iot.Device.Pn532
Assembly
Iot.Device.Pn532.dll

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 byte

The identification code for PN532 should be 0x32.

version Version

The version, latest know one is 1.6.

versionSupported VersionSupported

All card version supported.

Properties

IdentificationCode

The identification code for PN532 should be 0x32

public byte IdentificationCode { get; set; }

Property Value

byte

IsPn532

Is it a PN532?

public bool IsPn532 { get; }

Property Value

bool

Version

The version, latest know one is 1.6

public Version Version { get; set; }

Property Value

Version

VersionSupported

All card version supported

public VersionSupported VersionSupported { get; set; }

Property Value

VersionSupported