IpAddressSettings¶
-
IpAddressSettings ITopController.IpAddressSettings { get; set; }¶
Gets or sets the IP address settings of the controller.
- Value
IpAddressSettings – The IP address settings of the controller.
- Throws
InvalidArgumentException– Invalid IPv4 address format.InvalidArgumentException– Invalid subnet mask format.InvalidArgumentException– Invalid subnet mask value.InvalidArgumentException– Invalid gateway format.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException– Incompatible firmware version loaded.System.ObjectDisposedException– Object is disposed.