Edit

Share via


Mcp25xxx.LoadTxBuffer Method

Definition

When loading a transmit buffer, reduces the overhead of a normal WRITE command by placing the Address Pointer at one of six locations for transmit buffer.

public void LoadTxBuffer (Iot.Device.Mcp25xxx.TxBufferAddressPointer addressPointer, ReadOnlySpan<byte> buffer);
member this.LoadTxBuffer : Iot.Device.Mcp25xxx.TxBufferAddressPointer * ReadOnlySpan<byte> -> unit
Public Sub LoadTxBuffer (addressPointer As TxBufferAddressPointer, buffer As ReadOnlySpan(Of Byte))

Parameters

addressPointer
TxBufferAddressPointer

The Address Pointer to one of six locations for the transmit buffer.

buffer
ReadOnlySpan<Byte>

The data to load in transmit buffer.

Applies to