#include <api_pb2.h>
|
| static uint32_t | count_repeated_field (const uint8_t *buffer, size_t length, uint32_t target_field_id) |
| | Count occurrences of a repeated field in a protobuf buffer.
|
| |
Definition at line 758 of file api_pb2.h.
◆ decode_32bit()
| bool esphome::api::FanCommandRequest::decode_32bit |
( |
uint32_t | field_id, |
|
|
Proto32Bit | value ) |
|
overrideprotectedvirtual |
◆ decode_length()
| bool esphome::api::FanCommandRequest::decode_length |
( |
uint32_t | field_id, |
|
|
ProtoLengthDelimited | value ) |
|
overrideprotectedvirtual |
◆ decode_varint()
| bool esphome::api::FanCommandRequest::decode_varint |
( |
uint32_t | field_id, |
|
|
ProtoVarInt | value ) |
|
overrideprotectedvirtual |
◆ dump_to()
| void esphome::api::FanCommandRequest::dump_to |
( |
std::string & | out | ) |
const |
|
overridevirtual |
◆ message_name()
| const char * esphome::api::FanCommandRequest::message_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ direction
◆ ESTIMATED_SIZE
| uint8_t esphome::api::FanCommandRequest::ESTIMATED_SIZE = 38 |
|
staticconstexpr |
◆ has_direction
| bool esphome::api::FanCommandRequest::has_direction {false} |
◆ has_oscillating
| bool esphome::api::FanCommandRequest::has_oscillating {false} |
◆ has_preset_mode
| bool esphome::api::FanCommandRequest::has_preset_mode {false} |
◆ has_speed_level
| bool esphome::api::FanCommandRequest::has_speed_level {false} |
◆ has_state
| bool esphome::api::FanCommandRequest::has_state {false} |
◆ MESSAGE_TYPE
| uint8_t esphome::api::FanCommandRequest::MESSAGE_TYPE = 31 |
|
staticconstexpr |
◆ oscillating
| bool esphome::api::FanCommandRequest::oscillating {false} |
◆ preset_mode
| std::string esphome::api::FanCommandRequest::preset_mode {} |
◆ speed_level
| int32_t esphome::api::FanCommandRequest::speed_level {0} |
◆ state
| bool esphome::api::FanCommandRequest::state {false} |
The documentation for this class was generated from the following files: