Table of Contents

Class TripletVersion

Namespace
Iot.Device.Pn5180
Assembly
Iot.Device.Pn5180.dll

Versions of the reader

public class TripletVersion
Inheritance
TripletVersion

Constructors

TripletVersion(Version, Version, Version)

Constructor

public TripletVersion(Version product, Version firmware, Version eeprom)

Parameters

product Version

Product version

firmware Version

Firmware version

eeprom Version

EEPROM version

Properties

Eeprom

EEPROM version

public Version Eeprom { get; set; }

Property Value

Version

Firmware

Firmware version

public Version Firmware { get; set; }

Property Value

Version

Product

Product version

public Version Product { get; set; }

Property Value

Version