Edit

Share via


Mcp25xxx.Read(Address) Method

Definition

Reads data from the register beginning at the selected address.

public byte Read (Iot.Device.Mcp25xxx.Register.Address address);
member this.Read : Iot.Device.Mcp25xxx.Register.Address -> byte
Public Function Read (address As Address) As Byte

Parameters

address
Address

The address to read.

Returns

The value of address read.

Applies to