Pn5180.ListenToCardIso14443TypeB Method

Definition

Listen to any 14443 Type B card

public bool ListenToCardIso14443TypeB (Iot.Device.Pn5180.TransmitterRadioFrequencyConfiguration transmitter, Iot.Device.Pn5180.ReceiverRadioFrequencyConfiguration receiver, out Iot.Device.Rfid.Data106kbpsTypeB? card, int timeoutPollingMilliseconds);
member this.ListenToCardIso14443TypeB : Iot.Device.Pn5180.TransmitterRadioFrequencyConfiguration * Iot.Device.Pn5180.ReceiverRadioFrequencyConfiguration * Data106kbpsTypeB * int -> bool
Public Function ListenToCardIso14443TypeB (transmitter As TransmitterRadioFrequencyConfiguration, receiver As ReceiverRadioFrequencyConfiguration, ByRef card As Data106kbpsTypeB, timeoutPollingMilliseconds As Integer) As Boolean

Parameters

transmitter
TransmitterRadioFrequencyConfiguration

The transmitter configuration, should be compatible with type B card

receiver
ReceiverRadioFrequencyConfiguration

The receiver configuration, should be compatible with type A card

card
Data106kbpsTypeB

The type B card once detected

timeoutPollingMilliseconds
Int32

The time to poll the card in milliseconds. Card detection will stop once the detection time will be over

Returns

True if a 14443 Type B card has been detected

Applies to