Documentation ¶
Index ¶
Constants ¶
View Source
const CONSECUTIVE = "CONSECUTIVE"
View Source
const CONTINUE = "CONTINUE"
View Source
const Extended_11bits = 3
View Source
const Extended_29bits = 4
View Source
const FIRST = "FIRST"
View Source
const FLOW = "FLOW"
View Source
const Functional = 1
View Source
const IDLE = "IDLE"
View Source
const Mixed_11bits = 5
View Source
const Mixed_29bits = 6
View Source
const NormalFixed_29bits = 2
View Source
const Normal_11bits = 0
View Source
const Normal_29bits = 1
View Source
const OVERFLOW = "OVERFLOW"
View Source
const Physical = 0
View Source
const SINGLE = "SINGLE"
View Source
const TRANSMIT = "TRANSMIT"
View Source
const WAIT = "WAIT"
Variables ¶
View Source
var RXID int
View Source
var TXID int
Functions ¶
This section is empty.
Types ¶
type IsotpConnection ¶ added in v0.0.10
type IsotpConnection struct {
// contains filtered or unexported fields
}
func NewIsotpConnection ¶ added in v0.0.10
func NewIsotpConnection(rx, tx int, rxfn func() (Message, bool), txfn func(msg Message)) *IsotpConnection
func (*IsotpConnection) Empty_rxqueue ¶ added in v0.0.12
func (ic *IsotpConnection) Empty_rxqueue()
func (*IsotpConnection) Empty_txqueue ¶ added in v0.0.12
func (ic *IsotpConnection) Empty_txqueue()
func (*IsotpConnection) Send ¶ added in v0.0.12
func (ic *IsotpConnection) Send(payload []byte)
func (*IsotpConnection) Wait_frame ¶ added in v0.0.12
func (ic *IsotpConnection) Wait_frame() []byte
type Transport ¶
type Transport struct {
// contains filtered or unexported fields
}
func NewTransport ¶
Click to show internal directories.
Click to hide internal directories.