Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
epacket_udp API More...
Macros | |
#define | epacket_udp_frame epacket_v0_unversioned_frame_format |
Enumerations | |
enum | epacket_flags_udp { EPACKET_FLAGS_UDP_ALWAYS_RX = BIT(0) } |
UDP specific packet flags. More... | |
Functions | |
void | epacket_udp_flags_set (uint16_t flags) |
Set flags for the UDP interface. | |
epacket_udp API
#define epacket_udp_frame epacket_v0_unversioned_frame_format |
#include <infuse/epacket/interface/epacket_udp.h>
enum epacket_flags_udp |
#include <infuse/epacket/interface/epacket_udp.h>
UDP specific packet flags.
Enumerator | |
---|---|
EPACKET_FLAGS_UDP_ALWAYS_RX | Device is always available to receive packets. |
void epacket_udp_flags_set | ( | uint16_t | flags | ) |
#include <infuse/epacket/interface/epacket_udp.h>
Set flags for the UDP interface.
flags | Bitmask of epacket_flags_udp flags |