Loading...
Searching...
No Matches
packet.h File Reference
#include "stdint.h"
#include "stddef.h"
#include "stdbool.h"

Go to the source code of this file.

Data Structures

struct  Field
 
struct  Packet
 

Functions

bool Packet_asBytes (Packet *packet, uint8_t *out, uint8_t size)
 

Data Structure Documentation

◆ Field

struct Field

Definition at line 13 of file packet.h.

◆ Packet

struct Packet

Definition at line 18 of file packet.h.

Function Documentation

◆ Packet_asBytes()

bool Packet_asBytes ( Packet * packet,
uint8_t * out,
uint8_t size )
Parameters

return


Definition at line 24 of file packet.c.