Table of Contents

Class Doublet

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

Doublet containing the number of available bytes and valid bits

public class Doublet
Inheritance
Doublet

Constructors

Doublet(int, int)

Constructor

public Doublet(int bytes, int validBits)

Parameters

bytes int

Available bytes

validBits int

Number of valid bits

Properties

Bytes

Available bytes

public int Bytes { get; set; }

Property Value

int

ValidBits

Number of valid bits

public int ValidBits { get; set; }

Property Value

int