VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
iface_vlcb.h
Go to the documentation of this file.
1#pragma once
2
3#include "vlcb/net/iface.h"
5#include "vlcb/net/socket.h"
6
7void ProcessVlcbPacket(VlcbNetIface *const iface, VlcbNetPacket *const packet);
8
10 VlcbNetAdptCaps caps,
11 const VlcbNetPacket *const packet);
VlcbNetAdptErr
Definition adapter.h:39
void ProcessVlcbPacket(VlcbNetIface *const iface, VlcbNetPacket *const packet)
Definition iface_vlcb.c:9
VlcbNetAdptErr DispatchVlcbPacket(VlcbNetIface *const iface, VlcbNetAdptCaps caps, const VlcbNetPacket *const packet)
Definition iface_vlcb.c:27