Pn532.WriteDataAsTarget(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write data to the reader when PN532 is a target
public bool WriteDataAsTarget (ReadOnlySpan<byte> dataToSend);
member this.WriteDataAsTarget : ReadOnlySpan<byte> -> bool
Public Function WriteDataAsTarget (dataToSend As ReadOnlySpan(Of Byte)) As Boolean
Parameters
- dataToSend
- ReadOnlySpan<Byte>
The data to send
Returns
True if success