#include <ip_address.h>
|
std::array< uint8_t, 4 > | addr_ |
|
Definition at line 10 of file ip_address.h.
◆ IPAddress() [1/3]
esphome::network::IPAddress::IPAddress |
( |
| ) |
|
|
inline |
◆ IPAddress() [2/3]
esphome::network::IPAddress::IPAddress |
( |
uint8_t |
first, |
|
|
uint8_t |
second, |
|
|
uint8_t |
third, |
|
|
uint8_t |
fourth |
|
) |
| |
|
inline |
◆ IPAddress() [3/3]
esphome::network::IPAddress::IPAddress |
( |
uint32_t |
raw | ) |
|
|
inline |
◆ operator uint32_t()
esphome::network::IPAddress::operator uint32_t |
( |
| ) |
const |
|
inline |
◆ operator==()
bool esphome::network::IPAddress::operator== |
( |
const IPAddress & |
other | ) |
const |
|
inline |
◆ operator[]() [1/2]
uint8_t esphome::network::IPAddress::operator[] |
( |
int |
index | ) |
const |
|
inline |
◆ operator[]() [2/2]
uint8_t& esphome::network::IPAddress::operator[] |
( |
int |
index | ) |
|
|
inline |
◆ str()
std::string esphome::network::IPAddress::str |
( |
| ) |
const |
|
inline |
◆ addr_
std::array<uint8_t, 4> esphome::network::IPAddress::addr_ |
|
protected |
The documentation for this struct was generated from the following file: