OutputPortInstance Members

<< Click to Display Table of Contents >>

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

OutputPortInstance Members

The OutputPortInstance type exposes the following members.

 

Constructors


Name

Description

Public method

OutputPortInstance

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

 

Methods


Name

Description

Public method

ClearInput

Clears the current input by unsubscribing from the OnValueChanged event and setting the input to null.

Public method

Dispose()

Releases all resources used by the current instance of the class.

Protected method

IsNewValue

(Inherited from BasePortInstance.)

Public method

SetInput

Sets the input connector for the current instance. If the input is null, it clears the current input.

 

Properties


Name

Description

Public property

BncsDeviceId

Gets or sets the BNCS (Broadcast Network Control System) device identifier.

(Inherited from BasePortInstance.)

Public property

BncsInstanceId

Gets or sets the BNCS (Broadcast Network Control System) instance identifier.

(Inherited from BasePortInstance.)

Public property

BncsParameterName

Gets or sets the BNCS (Broadcast Network Control System) parameter name.

(Inherited from BasePortInstance.)

Public property

BncsSlotId

Gets or sets the BNCS slot identifier.

(Inherited from BasePortInstance.)

Public property

Description

Gets or sets the description. This property can be set by derived classes.

(Inherited from BasePortInstance.)

Public property

Id

Gets the unique identifier.

(Inherited from BasePortInstance.)

Protected property

Initialized

(Inherited from BasePortInstance.)

Public property

Input

Gets or sets the input connector.

Public property

InputType

Gets the type of the input port.

Public property

Name

Gets or sets the name. The setter is protected, allowing it to be set only within the class or derived classes.

(Inherited from BasePortInstance.)

Public property

Port

Gets the logic port associated with this instance.

(Inherited from BasePortInstance.)

Public property

PortType

Gets the type of the port.

(Inherited from BasePortInstance.)

 

See Also


OutputPortInstance Class

BNCS.Logic.Engine Namespace