CanNative Class

Static class holding the methods for interfacing to the native CAN API

Definition

Namespace: CTRE.Phoenix6.Native
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static class CanNative
Inheritance
Object    CanNative

Methods

CanReceive Receive a CAN frame from the specified message id
CanSend Send arbitrary CAN frames over our platform.

See Also