EIpAddressingMode¶
-
class EIpAddressingMode : public EEnumBase<int>¶
The IP addressing modes.
-
static EIpAddressingMode Dynamic¶
Configure a dynamic IP address on the controller using DHCP. If no DHCP lease can be obtained, a link-local address is configured.
-
static EIpAddressingMode StaticIpv4¶
Configure a static IP address (IPv4) on the controller.
-
EIpAddressingMode::EIpAddressingMode(int val)¶
- Parameters
val –
static EIpAddressingMode EIpAddressingMode::Convert(uint32_t val)-
static EIpAddressingMode Dynamic¶