MaxRetriesMode.MaxRetryAnswerToReset Property

Definition

MxRtyATR is a byte containing the number of times that the PN532 will retry to send the ATR_REQ in case of incorrect reception of the ATR_RES(or no reception at all - timeout). For active mode, value 0xFF means to try eternally, 0x00 means only once(no retry, only one try). The default value of this parameter is 0xFF (infinitely). For passive mode, the value is always overruled with 0x02 (two retries).

public byte MaxRetryAnswerToReset { get; set; }
member this.MaxRetryAnswerToReset : byte with get, set
Public Property MaxRetryAnswerToReset As Byte

Property Value

Applies to