|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Methods > BaseAlarm.AddInput Method |
Adds an input connector to the appropriate collection based on its type.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public void AddInput(
Connector input
)
input
Type: BNCS.Logic.Connector
The input connector to be added.
Condition |
|
|---|---|
Thrown when the input connector is null. |
|
Thrown when the input connector type is invalid for this operation. |