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 AdapterInfo
Adapter informationfinal String
Default gateway i.e.final String
Target hostfinal String
The IP address i.e.final boolean
DHCP settingfinal boolean
Tell if the IP settings are valid or not, if they are invalid you might not be able to connect to the camerafinal String
MAC addressfinal String
Subnet 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