Pn532.ReadDataAsTarget(Span<Byte>) Method

Definition

read data from the reader when PN532 is a target

public int ReadDataAsTarget (Span<byte> receivedData);
member this.ReadDataAsTarget : Span<byte> -> int
Public Function ReadDataAsTarget (receivedData As Span(Of Byte)) As Integer

Parameters

receivedData
Span<Byte>

A Span byte array for the read data. Note the first byte contains the status

Returns

Number of byte read

Applies to