package
1.0.1
Repository: https://github.com/cleey/can-go.git
Documentation: pkg.go.dev

# Constants

SendTypeCyclic means the message is sent cyclically.
SendTypeEvent means the message is only sent upon event or request.
SendTypeNone means the send type is unknown or not specified.

# Structs

Database represents a CAN database.
Message describes a CAN message.
Node describes a CAN node.
Signal describes a CAN signal.
No description provided by the author

# Type aliases

SendType represents the send type of a message.