# Functions
Dial connects to the address on the named net.
DialContext connects to the address on the named net using the provided context.
NewEmulator creates an Emulator to emulate a CAN bus.
No description provided by the author
NewTransmitter creates a new transmitter that transmits CAN frames to the provided io.Writer.
NoLogger disables logging in the Emulator.
ReceiverFrameInterceptor returns a ReceiverOption that sets the FrameInterceptor for the receiver.
TransmitterFrameInterceptor returns a TransmitterOption that sets the FrameInterceptor for the transmitter.
WithLogger makes the Emulator print out status messages with the provided logger.
WithMulticastAddress sets the address for the multicast group that the Emulator should listen on.
WithReceiveErrorFrames returns a DialOption which enables can error frame receiving on can port.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
at least one error counter exceeds 127.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LengthOfControllerSpecificInformation is the number of error frame bytes with controller-specific information.
active error announcement.
unable to send dominant bit.
unable to send recessive bit.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
standard frames: 2 - 0.
standard frames: 10 - 3.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
standard frames: RTR.
No description provided by the author
No description provided by the author
error occurred on transmission.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Emulator emulates a CAN bus.
No description provided by the author
No description provided by the author
Transmitter transmits CAN frames.
# Type aliases
No description provided by the author
No description provided by the author
EmulatorOption represents a way to configure an Emulator prior to creating it.
No description provided by the author
FrameInterceptor provides a hook to intercept the transmission of a CAN frame.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author