ESPHome 2025.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | esphome |
Providing packet encoding functions for exchanging data with a remote host. | |
namespace | esphome::e131 |
Variables | |
uint16_t | preamble_size |
uint16_t | postamble_size |
uint8_t | acn_id [12] |
uint16_t | root_flength |
uint32_t | root_vector |
uint8_t | cid [16] |
uint16_t | frame_flength |
uint32_t | frame_vector |
uint8_t | source_name [64] |
uint8_t | priority |
uint16_t | reserved |
uint8_t | sequence_number |
uint8_t | options |
uint16_t | universe |
uint16_t | dmp_flength |
uint8_t | dmp_vector |
uint8_t | type = GATE |
uint16_t | first_address |
uint16_t | address_increment |
uint16_t | property_value_count |
uint8_t | property_values [E131_MAX_PROPERTY_VALUES_COUNT] |
const size_t | esphome::e131::E131_MIN_PACKET_SIZE = reinterpret_cast<size_t>(&((E131RawPacket *) nullptr)->property_values[1]) |
uint8_t acn_id[12] |
Definition at line 3 of file e131_packet.cpp.
uint16_t address_increment |
Definition at line 23 of file e131_packet.cpp.
uint8_t cid[16] |
Definition at line 6 of file e131_packet.cpp.
uint16_t dmp_flength |
Definition at line 19 of file e131_packet.cpp.
uint8_t dmp_vector |
Definition at line 20 of file e131_packet.cpp.
uint16_t first_address |
Definition at line 22 of file e131_packet.cpp.
uint16_t frame_flength |
Definition at line 9 of file e131_packet.cpp.
uint32_t frame_vector |
Definition at line 10 of file e131_packet.cpp.
uint8_t options |
Definition at line 15 of file e131_packet.cpp.
uint16_t postamble_size |
Definition at line 2 of file e131_packet.cpp.
uint16_t preamble_size |
Definition at line 1 of file e131_packet.cpp.
uint8_t priority |
Definition at line 12 of file e131_packet.cpp.
uint16_t property_value_count |
Definition at line 24 of file e131_packet.cpp.
uint8_t property_values[E131_MAX_PROPERTY_VALUES_COUNT] |
Definition at line 25 of file e131_packet.cpp.
uint8_t reserved |
Definition at line 13 of file e131_packet.cpp.
uint16_t root_flength |
Definition at line 4 of file e131_packet.cpp.
uint32_t root_vector |
Definition at line 5 of file e131_packet.cpp.
uint8_t sequence_number |
Definition at line 14 of file e131_packet.cpp.
uint8_t source_name[64] |
Definition at line 11 of file e131_packet.cpp.
StatusType type = GATE |
Definition at line 21 of file e131_packet.cpp.
uint16_t universe |
Definition at line 16 of file e131_packet.cpp.