Edit

Share via


Pn532.TryDecodeData106kbpsTypeB(Span<Byte>) Method

Definition

Try to decode a raw byte array containing target information to a 106 kbps Type B card

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

Parameters

toDecode
Span<Byte>

The raw byte array

Returns

A decoded card of null if it can't

Applies to