ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::packet_transport Namespace Reference

Data Structures

struct  BinarySensor
 
class  PacketTransport
 
struct  Provider
 
struct  Sensor
 

Enumerations

enum  DataKey {
  ZERO_FILL_KEY , DATA_KEY , SENSOR_KEY , BINARY_SENSOR_KEY ,
  PING_KEY , ROLLING_CODE_KEY
}
 
enum  DecodeResult { DECODE_OK , DECODE_UNMATCHED , DECODE_ERROR , DECODE_EMPTY }
 

Enumeration Type Documentation

◆ DataKey

Enumerator
ZERO_FILL_KEY 
DATA_KEY 
SENSOR_KEY 
BINARY_SENSOR_KEY 
PING_KEY 
ROLLING_CODE_KEY 

Definition at line 60 of file packet_transport.cpp.

◆ DecodeResult

Enumerator
DECODE_OK 
DECODE_UNMATCHED 
DECODE_ERROR 
DECODE_EMPTY 

Definition at line 69 of file packet_transport.cpp.