VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
can_id_is_valid.c
Go to the documentation of this file.
1#include "vlcb/common/can.h"
2
3#include <stdbool.h>
4
5bool vlcb_defs_IsCanIdValid(const VlcbCanId id) { return id > 0 && id < 128; }
bool vlcb_defs_IsCanIdValid(const VlcbCanId id)
uint8_t VlcbCanId