Type Alias esp_idf_sys::ip4_addr_t

source ·
pub type ip4_addr_t = ip4_addr;
Expand description

This is the aligned version of ip4_addr_t, used as local variable, on the stack, etc.

Aliased Type§

struct ip4_addr_t {
    pub addr: u32,
}

Fields§

§addr: u32