Edit

Share via


CanRaw.WriteFrame(ReadOnlySpan<Byte>, CanId) Method

Definition

Writes frame to the CAN Bus

public void WriteFrame (ReadOnlySpan<byte> data, Iot.Device.SocketCan.CanId id);
member this.WriteFrame : ReadOnlySpan<byte> * Iot.Device.SocketCan.CanId -> unit
Public Sub WriteFrame (data As ReadOnlySpan(Of Byte), id As CanId)

Parameters

data
ReadOnlySpan<Byte>

Data to write (at most 8 bytes)

id
CanId

Recipient identifier

Remarks

id can be ignored by recipient - anyone connected to the bus can read or write any frames

Applies to