The CogIOOutputLineInfoList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AcqCompleteInfo |
Get or set CogIOOutputLineInfo to handle the acquisition
complete event.
| |
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| DataReadyInfo |
Get or set CogIOOutputLineInfo to handle the data ready signal.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| LevelJobRunningInfo |
Get or set CogIOOutputLineInfo to handle the job running
signal. Asserts OutputLine when the job starts running
and de-asserts OutputLine when the job stops. used for the
single run case.
| |
| MovePartInfo |
Get or set CogIOOutputLineInfo to handle the acquisition
move part event.
| |
| PulsedJobRunningInfo |
Get or set CogIOOutputLineInfo to handle the job running
signal. Starts the job heartbeat when it starts, and stops
the job heartbeat when the job stops. Used for the continuous
running case.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) |
See Also