Click or drag to resize
ExternalIoSettings Class
External I/O registers. Properties associated with configuring camera external I/O ports.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.Live.DeviceExternalIoSettings

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

The ExternalIoSettings type exposes the following members.

Methods
  NameDescription
Public methodApply
Apply the I/O settings to the camera.
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 propertyConfig
Port function configuration, Apply for how to update the camera with this setting.
Public propertyDirection
I/O direction. Input, Output or bi-directional.
Public propertyIndex
The index of the programmable I/O port.
Public propertyPolarity
Output port polarity, Apply for how to update the camera with this setting.
Public propertySensitivity
Input port edge sensitivity (IOConfig 2,3,4, 5 and 6 only), Apply for how to update the camera with this setting.
Public propertyState
Current I/O port state (asserted or deasserted), Apply for how to update the camera with this setting.
Public propertyType
Type of I/O port. Digital or Analog.
Top
See Also