Table of Contents

Class Triplet

Namespace
Iot.Device.Card.Mifare
Assembly
Iot.Device.Mifare.dll

Triplet to handle the Bytes 6, 7 and 8 of a sector tailer

public class Triplet
Inheritance
Triplet

Constructors

Triplet(byte, byte, byte)

Constructor

public Triplet(byte b6, byte b7, byte b8)

Parameters

b6 byte

Byte 6

b7 byte

Byte 7

b8 byte

Byte 8

Properties

B6

Byte 6

public byte B6 { get; set; }

Property Value

byte

B7

Byte 7

public byte B7 { get; }

Property Value

byte

B8

Byte 8

public byte B8 { get; }

Property Value

byte