Pn532.ReadRegisterSfr(SfrRegister[], Span<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.
Read an array of SFR registers
public bool ReadRegisterSfr (Iot.Device.Pn532.SfrRegister[] registers, Span<byte> registerValues);
member this.ReadRegisterSfr : Iot.Device.Pn532.SfrRegister[] * Span<byte> -> bool
Public Function ReadRegisterSfr (registers As SfrRegister(), registerValues As Span(Of Byte)) As Boolean
Parameters
- registers
- Iot.Device.Pn532.SfrRegister[]
Array of register to read
Returns
True if success