MaxRetriesMode.MaxRetryPSL Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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