Pn532.WriteRegister 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.
Overloads
WriteRegister(UInt16[], Span<Byte>) |
Write an array of register |
WriteRegister(UInt16, Byte) |
Write a single register |
WriteRegister(UInt16[], Span<Byte>)
Write an array of register
public bool WriteRegister (ushort[] registers, Span<byte> registerValue);
member this.WriteRegister : uint16[] * Span<byte> -> bool
Public Function WriteRegister (registers As UShort(), registerValue As Span(Of Byte)) As Boolean
Parameters
- registers
- UInt16[]
Array of register to write
Returns
Applies to
WriteRegister(UInt16, Byte)
Write a single register
public bool WriteRegister (ushort register, byte registerValue);
member this.WriteRegister : uint16 * byte -> bool
Public Function WriteRegister (register As UShort, registerValue As Byte) As Boolean
Parameters
- register
- UInt16
The register to write
- registerValue
- Byte
The value of the register
Returns
True if success