|
<< 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)
public OutputPortInstance(
LogicPort port
)
port
Type: BNCS.Logic.Models.LogicPort
The logic port used to initialize the output port instance.
Condition |
|
|---|---|
Thrown when the port direction is invalid (i.e., when it is an input port). |