Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceType ¶
type InterfaceType byte
MsgType indicates the type of the packet.
const ( Serial InterfaceType = iota BLE )
type TransportController ¶
type TransportController struct {
// contains filtered or unexported fields
}
func NewTransportController ¶
func NewTransportController() *TransportController
func (*TransportController) HandleReceivedData ¶
func (tc *TransportController) HandleReceivedData(data []byte) []frame.Frame
type TransportInterface ¶
Click to show internal directories.
Click to hide internal directories.