Class VariousTimingsMode
- Namespace
- Iot.Device.Pn532.RfConfiguration
- Assembly
- Iot.Device.Pn532.dll
The radio frequency timing modes
public class VariousTimingsMode
- Inheritance
-
VariousTimingsMode
Constructors
VariousTimingsMode()
public VariousTimingsMode()
Fields
RFU
Reserved for Further Usage
public const byte RFU = 0
Field Value
Properties
AnsweToRequestResponseTimeout
The second byte in this item defines the timeout between ATR_REQ and ATR_RES when the PN532 is in initiator mode.A target is considered as mute if no valid ATR_RES is received within this timeout value. In this way, the PN532 can easily detect non TPE target in passive 212-424 kbps mode. The default value for this parameter is 0x0B (102.4 ms).
public RfTimeout AnsweToRequestResponseTimeout { get; set; }
Property Value
RetryTimeout
The third byte defines the timeout value that the PN532 uses in the InCommunicateThru(§7.3.9, p: 136) command to give up reception from the target in case of no answer. The default value for this parameter is 0x0A (51.2 ms). This timeout definition is also used with InDataExchange(§7.3.8, p: 127) when the target is a FeliCa or a Mifare card(Ultralight, Standard…).
public RfTimeout RetryTimeout { get; set; }
Property Value
Methods
Serialize()
Get the byte array to send
public byte[] Serialize()
Returns
- byte[]
Serialized value