Table of Contents

Enum CanEvent

Namespace
nanoFramework.Device.Can
Assembly
nanoFramework.Device.Can.dll

Describes the possible types of events for the CAN controller.

public enum CanEvent

Fields

ErrorOccurred = 1

An error has occurred.

MessageReceived = 0

A CAN message was received.