OutputPortInstance Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > OutputPortInstance Class >

OutputPortInstance Constructor

Initializes a new instance of the OutputPortInstance class with the specified logic port.

Namespace: BNCS.Logic.Engine
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public OutputPortInstance(
 LogicPort port
)

Parameters

port

Type: BNCS.Logic.Models.LogicPort
The logic port used to initialize the output port instance.

 

Exceptions


Exception

Condition

[Exception]

Thrown when the port direction is invalid (i.e., when it is an input port).

 

See Also


OutputPortInstance Class

BNCS.Logic.Engine Namespace