IpConfig Class |
Namespace: Flir.Atlas.Live.Discovery
public class IpConfig
The IpConfig type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Connect to the camera device.
| |
Disconnect |
Disconnect the camera device.
| |
EnableDhcp |
Enable dhcp.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetIp(String) |
Change the IP adress.
| |
SetIp(String, String, String) |
Change the IP settings.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
DefaultGateway |
Device default gateway.
| |
Error |
Error state
| |
IsDhcpEnabled |
Check if dhcp is enabled.
| |
IsDhcpValid |
Check if it is possible to change the dhcp setting.
| |
SubnetMask |
Device subnet mask.
|