MySensors Library & Examples
2.3.2-62-ge298769
|
Definition at line 237 of file PJONDefines.h.
Static Public Member Functions | |
static const uint8_t * | localhost () |
static const uint8_t * | no_mac () |
static uint8_t | packet_overhead (uint8_t header) |
static uint8_t | crc_overhead (uint8_t header) |
static uint16_t | new_packet_id (uint16_t seed) |
static void | copy_id (uint8_t dest[], const uint8_t src[], uint8_t length) |
static bool | id_equality (const uint8_t *n_one, const uint8_t *n_two, uint8_t length) |
static uint16_t | compose_packet (PJON_Packet_Info info, uint8_t *destination, const void *source, uint16_t length) |
static void | parse_header (const uint8_t *packet, PJON_Packet_Info &info) |