Table of Contents

Class ProcessError

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

Processing error class

public class ProcessError
Inheritance
ProcessError

Constructors

ProcessError(SpanByte)

Constructor to process the error

public ProcessError(SpanByte errorToProcess)

Parameters

errorToProcess SpanByte

A span of byte

Properties

CorrectLegnthOrBytesAvailable

Complementary data for some errors

public byte CorrectLegnthOrBytesAvailable { get; }

Property Value

byte

ErrorType

The Error type

public ErrorType ErrorType { get; }

Property Value

ErrorType