VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
net.h File Reference
#include <stdint.h>
Include dependency graph for common/inc/vlcb/common/net.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 Documentation

◆ VlcbBusType

typedef uint8_t VlcbBusType

BUS type that node is connected to

Definition at line 8 of file common/inc/vlcb/common/net.h.

Enumeration Type Documentation

◆ 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.