Edit

Share via


Mcp25xxx.ReadRxBuffer(RxBufferAddressPointer, Int32) Method

Definition

When reading a receive buffer, reduces the overhead of a normal READ command by placing the Address Pointer at one of four locations for the receive buffer.

public byte[] ReadRxBuffer (Iot.Device.Mcp25xxx.RxBufferAddressPointer addressPointer, int byteCount = 1);
member this.ReadRxBuffer : Iot.Device.Mcp25xxx.RxBufferAddressPointer * int -> byte[]
Public Function ReadRxBuffer (addressPointer As RxBufferAddressPointer, Optional byteCount As Integer = 1) As Byte()

Parameters

addressPointer
RxBufferAddressPointer

The Address Pointer to one of four locations for the receive buffer.

byteCount
Int32

Number of bytes to read. This must be one or more to read.

Returns

Byte[]

The value of address read.

Applies to