Table of Contents

Class AnalogSettingsTypeBMode

Namespace
Iot.Device.Pn532.RfConfiguration
Assembly
Iot.Device.Pn532.dll

This CfgItem is used to choose the analog settings that the PN532 will use for the type B when configured as PCD. When using this command, the host controller has to provide 3 new values (ConfigurationData[]) for the following internal registers: Except for these two specific settings, the 8 remaining analog settings are the same as the CfgItem 106 kbps type A. CIU = Contactless Interface Unit Please refer to https://www.nxp.com/docs/en/nxp/data-sheets/PN532_C1.pdf page 144

public class AnalogSettingsTypeBMode
Inheritance
AnalogSettingsTypeBMode

Constructors

AnalogSettingsTypeBMode()

public AnalogSettingsTypeBMode()

Properties

GsNOn

GsNOn, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects the conductance of the antenna driver pins TX1 and TX2 for modulation, when own RF field is switched on

public byte GsNOn { get; set; }

Property Value

byte

ModGsP

ModGsP, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects the conductance of the antenna driver pins TX1 and TX2 when in modulation phase

public byte ModGsP { get; set; }

Property Value

byte

RxThreshold

RxThreshold, cf page 105 documentation 141520.pdf and page 144 documentation PN532_C1.pdf Selects thresholds for the bit decoder

public byte RxThreshold { get; set; }

Property Value

byte

Methods

Serialize()

Get the byte array to send

public byte[] Serialize()

Returns

byte[]

Serialized value