Package com.flir.thermalsdk.live
Class IpSettings
java.lang.Object
com.flir.thermalsdk.live.IpSettings
- All Implemented Interfaces:
Cloneable
Stores the IP settings of a discovered camera.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AdapterInfoAdapter informationfinal StringDefault gateway i.e.final StringTarget hostfinal StringThe IP address i.e.final booleanDHCP settingfinal booleanTell if the IP settings are valid or not, if they are invalid you might not be able to connect to the camerafinal StringMAC addressfinal StringSubnet mask address i.e. -
Method Summary
-
Field Details
-
hostTarget
Target host -
ipAddress
The IP address i.e. 192.168.1.10 -
macAddress
MAC address -
defaultGateway
Default gateway i.e. 192.168.1.20 -
subnetMask
Subnet mask address i.e. 255.255.255.0 -
isDhcpEnabled
public final boolean isDhcpEnabledDHCP setting -
adapterInfo
Adapter information -
isValid
public final boolean isValidTell if the IP settings are valid or not, if they are invalid you might not be able to connect to the camera
-
-
Method Details