Table of Contents

Class Doublet

Namespace
Iot.Device.Ndef
Assembly
Iot.Device.Ndef.dll

Doublet containing the start and size of the message

public class Doublet
Inheritance
Doublet

Constructors

Doublet(int, int)

Constructor

public Doublet(int b1, int b2)

Parameters

b1 int

Start

b2 int

Size

Properties

Size

Size of the message

public int Size { get; set; }

Property Value

int

Start

Start of the message

public int Start { get; set; }

Property Value

int