ESPHome  2024.4.0
Data Structures | Enumerations | Variables
esphome::e131 Namespace Reference

Data Structures

class  E131AddressableLightEffect
 
class  E131Component
 
struct  E131Packet
 

Enumerations

enum  E131ListenMethod { E131_MULTICAST, E131_UNICAST }
 
enum  E131LightChannels { E131_MONO = 1, E131_RGB = 3, E131_RGBW = 4 }
 

Variables

const int E131_MAX_PROPERTY_VALUES_COUNT = 513
 
const size_t E131_MIN_PACKET_SIZE = reinterpret_cast<size_t>(&((E131RawPacket *) nullptr)->property_values[1])
 

Enumeration Type Documentation

◆ E131LightChannels

Enumerator
E131_MONO 
E131_RGB 
E131_RGBW 

Definition at line 12 of file e131_addressable_light_effect.h.

◆ E131ListenMethod

Enumerator
E131_MULTICAST 
E131_UNICAST 

Definition at line 17 of file e131.h.

Variable Documentation

◆ E131_MAX_PROPERTY_VALUES_COUNT

const int esphome::e131::E131_MAX_PROPERTY_VALUES_COUNT = 513

Definition at line 19 of file e131.h.

◆ E131_MIN_PACKET_SIZE

const size_t esphome::e131::E131_MIN_PACKET_SIZE = reinterpret_cast<size_t>(&((E131RawPacket *) nullptr)->property_values[1])

Definition at line 58 of file e131_packet.cpp.