SIpAddressSettings

struct SIpAddressSettings

The controller’s IP address settings.

EIpAddressingMode Mode

The IP addressing mode.

std::string Address

The static IP address. The format depends on the addressing mode.

std::string SubnetMask

The static IP subnet mask. The format depends on the addressing mode.

std::string Gateway

The static IP gateway address (optional). The format depends on the addressing mode.