Click or drag to resize
IpSettings Class
Class describing IP settings.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Live.DiscoveryIpSettings

Namespace: Flir.Atlas.Live.Discovery
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public class IpSettings

The IpSettings type exposes the following members.

Constructors
  NameDescription
Public methodIpSettings
Initializes a new instance of the IpSettings class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAdapter
Adapter name.
Public propertyAdapterMac
Adapter MAC
Public propertyDefaultGateway
Default gateway to use.
Public propertyHostname
The host name or IP address to resolve.
Public propertyIpAddress
An Internet Protocol (IP) address.
Public propertyIsValid
Is the IP settings valid.
Public propertyIsWireless
Is adapter wireless.
Public propertyMac
Mac address of the device.
Public propertySubnetMask
Subnet mask
Top
See Also