BaseAlarm.AddInput Method

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

 

Syntax


public void AddInput(
 Connector input
)

Parameters

input

Type: BNCS.Logic.Connector
The input connector to be added.

 

Exceptions


Exception

Condition

ArgumentNullException

Thrown when the input connector is null.

ArgumentException

Thrown when the input connector type is invalid for this operation.

 

See Also


BaseAlarm Class

BNCS.Logic.Abstract Namespace