Brick.SpiWrite24(SpiMessageType, Int32) Method

Definition

Send a 24 - bit value over SPI

public void SpiWrite24 (Iot.Device.BrickPi3.Models.SpiMessageType MessageType, int Value);
member this.SpiWrite24 : Iot.Device.BrickPi3.Models.SpiMessageType * int -> unit
Public Sub SpiWrite24 (MessageType As SpiMessageType, Value As Integer)

Parameters

MessageType
SpiMessageType

the SPI message type

Value
Int32

the value to be sent

Applies to