![]() |
MySensors Library & Examples
2.3.2-81-gc6a82f99
|
This is the complete list of members for PJON< Strategy >, including all inherited members.
| begin() (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| compose_packet(PJON_Packet_Info info, uint8_t *destination, const void *source, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| config (defined in PJON< Strategy >) | PJON< Strategy > | |
| data (defined in PJON< Strategy >) | PJON< Strategy > | |
| device_id() const (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| dispatch(const PJON_Packet_Info &info, const void *packet, uint16_t length, uint32_t timing=0, uint16_t packet_index=PJON_FAIL) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| fill_info(uint8_t rx_id, uint8_t header, uint16_t packet_id, uint16_t rx_port) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| forward(PJON_Packet_Info info, const void *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| forward_blocking(PJON_Packet_Info info, const void *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| get_bus_id() const (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| get_packets_count(uint8_t device_id=PJON_NOT_ASSIGNED) const (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| include_mac(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| include_sender_info(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| last_packet_info (defined in PJON< Strategy >) | PJON< Strategy > | |
| packet_overhead(uint8_t header=PJON_NO_HEADER) const (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| packets (defined in PJON< Strategy >) | PJON< Strategy > | |
| parse(const uint8_t *packet, PJON_Packet_Info &packet_info) const (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| PJON() (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| PJON(uint8_t device_id) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| PJON(const uint8_t *b_id, uint8_t device_id) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| receive() (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| receive(uint32_t duration) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| remove(uint16_t index) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| remove_all_packets(uint8_t device_id=0) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| reply(const void *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| reply_blocking(const void *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| reset_packet(uint16_t id) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send(uint8_t rx_id, const void *payload, uint16_t length, uint8_t header=PJON_NO_HEADER, uint16_t packet_id=0, uint16_t rx_port=PJON_BROADCAST) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send(const PJON_Packet_Info &info, const void *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_acknowledge() (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_packet(const uint8_t *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_packet(uint8_t rx_id, const void *payload, uint16_t length, uint8_t header=PJON_NO_HEADER, uint16_t packet_id=0, uint16_t rx_port=PJON_BROADCAST) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_packet(const PJON_Packet_Info &info, const void *payload, uint16_t length) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_packet_blocking(const PJON_Packet_Info &packet_info, const void *payload, uint16_t length, uint32_t timeout=3500000) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_packet_blocking(uint8_t rx_id, const void *payload, uint16_t length, uint8_t header=PJON_NO_HEADER, uint16_t packet_id=0, uint16_t rx_port=PJON_BROADCAST, uint32_t timeout=3500000) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_repeatedly(uint8_t rx_id, const void *payload, uint16_t length, uint32_t timing, uint8_t header=PJON_NO_HEADER, uint16_t packet_id=0, uint16_t rx_port=PJON_BROADCAST) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| send_repeatedly(const PJON_Packet_Info &info, const void *payload, uint16_t length, uint32_t timing) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_acknowledge(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_bus_id(const uint8_t *b_id) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_communication_mode(bool mode) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_config_bit(bool new_state, uint8_t bit) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_crc_32(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_custom_pointer(void *pointer) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_default() (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_error(PJON_Error e) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_id(uint8_t id) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_packet_auto_deletion(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_random_seed(uint8_t seed) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_receiver(PJON_Receiver r) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_router(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| set_shared_network(bool state) (defined in PJON< Strategy >) | PJON< Strategy > | inline |
| strategy (defined in PJON< Strategy >) | PJON< Strategy > | |
| tx (defined in PJON< Strategy >) | PJON< Strategy > | |
| update() (defined in PJON< Strategy >) | PJON< Strategy > | inline |