Proto protocol structure.
This commit is contained in:
9
adsbus/proto.h
Normal file
9
adsbus/proto.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
struct buf;
|
||||
struct packet;
|
||||
|
||||
bool proto_parse(struct buf *, struct packet *, void *);
|
||||
void proto_serialize(struct packet *, struct buf *);
|
||||
Reference in New Issue
Block a user