Pn532.TransceiveAdvance Method

Definition

Use the built in feature to transceive the data to the card. This add specific logic for some cards.

public int TransceiveAdvance (byte targetNumber, ReadOnlySpan<byte> dataToSend, Span<byte> dataFromCard);
member this.TransceiveAdvance : byte * ReadOnlySpan<byte> * Span<byte> -> int
Public Function TransceiveAdvance (targetNumber As Byte, dataToSend As ReadOnlySpan(Of Byte), dataFromCard As Span(Of Byte)) As Integer

Parameters

targetNumber
Byte

The card target number

dataToSend
ReadOnlySpan<Byte>

The data to write to the card

dataFromCard
Span<Byte>

The potential data to receive

Returns

The number of bytes read

Applies to