ESPHome  2024.2.2
Namespaces | Variables
e131_packet.cpp File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 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
 
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])
 

Variable Documentation

◆ acn_id

uint8_t acn_id[12]

Definition at line 116 of file e131_packet.cpp.

◆ address_increment

uint16_t address_increment

Definition at line 136 of file e131_packet.cpp.

◆ cid

uint8_t cid[16]

Definition at line 119 of file e131_packet.cpp.

◆ dmp_flength

uint16_t dmp_flength

Definition at line 132 of file e131_packet.cpp.

◆ dmp_vector

uint8_t dmp_vector

Definition at line 133 of file e131_packet.cpp.

◆ first_address

uint16_t first_address

Definition at line 135 of file e131_packet.cpp.

◆ frame_flength

uint16_t frame_flength

Definition at line 122 of file e131_packet.cpp.

◆ frame_vector

uint32_t frame_vector

Definition at line 123 of file e131_packet.cpp.

◆ options

uint8_t options

Definition at line 128 of file e131_packet.cpp.

◆ postamble_size

uint16_t postamble_size

Definition at line 115 of file e131_packet.cpp.

◆ preamble_size

uint16_t preamble_size

Definition at line 114 of file e131_packet.cpp.

◆ priority

uint8_t priority

Definition at line 125 of file e131_packet.cpp.

◆ property_value_count

uint16_t property_value_count

Definition at line 137 of file e131_packet.cpp.

◆ property_values

uint8_t property_values[E131_MAX_PROPERTY_VALUES_COUNT]

Definition at line 138 of file e131_packet.cpp.

◆ reserved

uint16_t reserved

Definition at line 126 of file e131_packet.cpp.

◆ root_flength

uint16_t root_flength

Definition at line 117 of file e131_packet.cpp.

◆ root_vector

uint32_t root_vector

Definition at line 118 of file e131_packet.cpp.

◆ sequence_number

uint8_t sequence_number

Definition at line 127 of file e131_packet.cpp.

◆ source_name

uint8_t source_name[64]

Definition at line 124 of file e131_packet.cpp.

◆ type

uint8_t type

Definition at line 134 of file e131_packet.cpp.

◆ universe

uint16_t universe

Definition at line 129 of file e131_packet.cpp.