Edit

Share via


MaxRetriesMode.MaxRetryPSL Property

Definition

MxRtyPSL is a byte containing the number of times that: • The PN532 will retry to send the PSL_REQ in case of incorrect reception of the PSL_RES(or no reception at all) for the NFC IP1 protocol, • The PN532 will retry to send the PPS request in case of incorrect reception of the PPS response(or no reception at all) for the ISO/IEC14443-4 protocol. Value 0xFF means to try eternally, 0x00 means only once(no retry, only one try).The default value of this parameter is 0x01 (the PSL_REQ/PPS request is sent twice in case of need).

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

Property Value

Applies to