ExternalIoSettings Class |
Namespace: Flir.Atlas.Live.Device
public class ExternalIoSettings
The ExternalIoSettings type exposes the following members.
Name | Description | |
---|---|---|
Apply |
Apply the I/O settings to the camera.
| |
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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Config |
Port function configuration, Apply for how to update the camera with this setting.
| |
Direction |
I/O direction. Input, Output or bi-directional.
| |
Index |
The index of the programmable I/O port.
| |
Polarity |
Output port polarity, Apply for how to update the camera with this setting.
| |
Sensitivity |
Input port edge sensitivity (IOConfig 2,3,4, 5 and 6 only), Apply for how to update the camera with this setting.
| |
State |
Current I/O port state (asserted or deasserted), Apply for how to update the camera with this setting.
| |
Type |
Type of I/O port. Digital or Analog.
|