Function esp_idf_sys::esp_netif_set_ip4_addr
source ยท pub unsafe extern "C" fn esp_netif_set_ip4_addr(
addr: *mut esp_ip4_addr_t,
a: u8,
b: u8,
c: u8,
d: u8,
)
Expand description
@brief Sets IPv4 address to the specified octets
@param[out] addr IP address to be set @param a the first octet (127 for IP 127.0.0.1) @param b @param c @param d