共用方式為


Mcp23xxx.I2cAdapter.Read(Byte, Span<Byte>) 方法

定義

從裝置暫存器讀取位元組

public override void Read (byte registerAddress, Span<byte> buffer);
override this.Read : byte * Span<byte> -> unit
Public Overrides Sub Read (registerAddress As Byte, buffer As Span(Of Byte))

參數

registerAddress
Byte

登入位址

buffer
Span<Byte>

要從暫存器讀取的位元組

適用於