OutputPortInstance.SetInput Method

<< 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)

 

Syntax


public void SetInput(
 Nullable<Connector> input
)

Parameters

input

Type: Nullable<Connector>
The input Connector to be set. It must be compatible with the current input type.

 

Exceptions


Exception

Condition

[Exception]

Thrown when the input connector's value type is not compatible with the current input type.

 

See Also


OutputPortInstance Class

BNCS.Logic.Engine Namespace