|
|
uint8_t | version = NETIF_CONFIG_BLOB_VERSION |
| |
|
uint8_t | ipMode = static_cast<uint8_t>(NetifIpMode::DHCP) |
| |
|
uint8_t | reserved [2] = {} |
| |
|
uint32_t | ip = 0 |
| |
|
uint32_t | netmask = 0 |
| |
|
uint32_t | gateway = 0 |
| |
|
uint32_t | dns1 = 0 |
| |
|
uint32_t | dns2 = 0 |
| |
The documentation for this struct was generated from the following file: