VLCB SDK
An opinionated SDK for VLCB protocol
|
#include <stdint.h>
Go to the source code of this file.
Typedefs | |
typedef uint8_t | VlcbBusType |
Enumerations | |
enum | VlcbBusType { VLCB_BUS_CAN = 1 , VLCB_BUS_ETHERNET = 2 , VLCB_BUS_MIWI = 3 , VLCB_BUS_USB = 4 } |
typedef uint8_t VlcbBusType |
BUS type that node is connected to
Definition at line 8 of file common/inc/vlcb/common/net.h.
enum VlcbBusType |
Enumerator | |
---|---|
VLCB_BUS_CAN | |
VLCB_BUS_ETHERNET | |
VLCB_BUS_MIWI | |
VLCB_BUS_USB |
Definition at line 9 of file common/inc/vlcb/common/net.h.