CanRaw Class

Definition

Allows reading and writing raw frames to CAN Bus

public class CanRaw : IDisposable
type CanRaw = class
    interface IDisposable
Public Class CanRaw
Implements IDisposable
Inheritance
CanRaw
Implements

Constructors

CanRaw(String)

Constructs CanRaw instance

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Filter(CanId)

Set filter on the bus to read only from specified recipient.

TryReadFrame(Span<Byte>, Int32, CanId)

Reads frame from the bus

WriteFrame(ReadOnlySpan<Byte>, CanId)

Writes frame to the CAN Bus

Applies to