MaxRetriesMode.MaxRetryPassiveActivation 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.
MxRtyPassiveActivation is a byte containing the number of times that the PN532 will retry to activate a target in InListPassiveTarget command (§7.3.5, p: 115). Value 0xFF means to try eternally, 0x00 means only once(no retry, only one try). The default value of this parameter is 0xFF (infinitely).
public byte MaxRetryPassiveActivation { get; set; }
member this.MaxRetryPassiveActivation : byte with get, set
Public Property MaxRetryPassiveActivation As Byte