SetIpAddressSettings¶
-
virtual void ITopController::SetIpAddressSettings(const SIpAddressSettings &settings) = 0¶
Sets the IP address settings of the controller.
- Parameters
settings – The IP address settings of the controller.
- Throws
CInvalidArgumentException– Invalid IPv4 address format.CInvalidArgumentException– Invalid subnet mask format.CInvalidArgumentException– Invalid subnet mask value.CInvalidArgumentException– Invalid gateway format.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CIncompatibleException– Incompatible firmware version loaded.CObjectDestroyedException– Object is destroyed.