|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Engine Namespace > OutputPortInstance Class > OutputPortInstance Methods > OutputPortInstance.SetInput Method |
Sets the input connector for the current instance. If the input is null, it clears the current input.
Namespace: BNCS.Logic.Engine
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public void SetInput(
Nullable<Connector> input
)
input
Type: Nullable<Connector>
The input Connector to be set. It must be compatible with the current input type.
Condition |
|
|---|---|
Thrown when the input connector's value type is not compatible with the current input type. |