Edit

Share via


Mcp25xxx.Write(Address, ReadOnlySpan<Byte>) Method

Definition

Writes data to the register beginning at the selected address.

public void Write (Iot.Device.Mcp25xxx.Register.Address address, ReadOnlySpan<byte> buffer);
member this.Write : Iot.Device.Mcp25xxx.Register.Address * ReadOnlySpan<byte> -> unit
Public Sub Write (address As Address, buffer As ReadOnlySpan(Of Byte))

Parameters

address
Address

The starting address to write data.

buffer
ReadOnlySpan<Byte>

The buffer that contains the data to be written.

Applies to