Edit

Share via


Brick.SpiRead32(SpiMessageType) Method

Definition

Read a 32 - bit value over SPI

public int SpiRead32 (Iot.Device.BrickPi3.Models.SpiMessageType MessageType);
member this.SpiRead32 : Iot.Device.BrickPi3.Models.SpiMessageType -> int
Public Function SpiRead32 (MessageType As SpiMessageType) As Integer

Parameters

MessageType
SpiMessageType

the SPI message type

Returns

the value read

Applies to