IOPort |
public class IOPortCondition
The IOPortCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| IOPortCondition | Initializes a new instance of the IOPortCondition class |
| Name | Description | |
|---|---|---|
| AheadOfTimeEvaluation | Allows evaluating the condition ahead of time, resulting in optimized execution time. Should be disabled, if condition is not set ahead of time. | |
| Controller | The IO controller to be used. | |
| PortDefinition | The logical definition of the port. | |
| PortValue | The value in the port to verify condition. | |
| UseCondition | The flag to indicate whether this condition is taken into account. |
| Name | Description | |
|---|---|---|
| CopyFrom | Copies the property values from a given condition. | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetStatus | Gets the boolean status of the condition. | |
| RefreshPortDefinition | Refreshes the port used in this condition from the available ports of the controller. |