FirmwareVersion(Byte, Version, VersionSupported) Constructor
Definition
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.
Creates PN532 firmware version object
public FirmwareVersion (byte identificationCode, Version version, Iot.Device.Pn532.VersionSupported versionSupported);
new Iot.Device.Pn532.FirmwareVersion : byte * Version * Iot.Device.Pn532.VersionSupported -> Iot.Device.Pn532.FirmwareVersion
Public Sub New (identificationCode As Byte, version As Version, versionSupported As 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.