Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterfaceToString ¶
func ReplaceHexWithDecimal ¶
Types ¶
type CanDriveParser ¶
type CanDriveParser struct { }
func NewCanDriveParser ¶
func NewCanDriveParser() *CanDriveParser
can drive frame: [ID],[RTR],[IDE],[DATABYTES 0..8B]\n
func (*CanDriveParser) Marshal ¶
func (p *CanDriveParser) Marshal(in *can.Frame) []byte
func (*CanDriveParser) Unmarshal ¶
func (p *CanDriveParser) Unmarshal(in []byte) *can.Frame
Click to show internal directories.
Click to hide internal directories.