|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Interfaces Namespace > ISingleReceiver Interface > ISingleReceiver Methods > ISingleReceiver.SetInput Method |
Sets the input connector for the current instance.
Namespace: BNCS.Logic.Interfaces
Assembly: BNCS.Logic (in BNCS.Logic.dll)
void SetInput(
Connector input
)
input
Type: BNCS.Logic.Connector
The input Connector to be set.
This method assigns the specified Connector to the instance, allowing it to be used for further processing or operations.
BNCS.Logic.Interfaces Namespace