Pn532.TryDecodeData212_424Kbps(Span<Byte>) Method

Definition

Try to decode a raw byte array containing target information to a 212 424 kbps card

public Iot.Device.Rfid.Data212_424kbps? TryDecodeData212_424Kbps (Span<byte> toDecode);
member this.TryDecodeData212_424Kbps : Span<byte> -> Iot.Device.Rfid.Data212_424kbps
Public Function TryDecodeData212_424Kbps (toDecode As Span(Of Byte)) As Data212_424kbps

Parameters

toDecode
Span<Byte>

The raw byte array

Returns

A decoded card of null if it can't

Applies to