Edit

Share via


Status Enum

Definition

Status for the functions

public enum Status
type Status = 
Public Enum Status
Inheritance
Status

Fields

Name Value Description
Ok 0

All happens perfectly

Collision 1

A collision has been detected, this allows for example to use retry mechanism

Error 2

An error happened

Timeout 3

Timeout in reading or writing to the card, it may means the card has been removed from the reader or is too far

Applies to