InputPortInstance Members

<< Click to Display Table of Contents >>

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

InputPortInstance Members

The InputPortInstance type exposes the following members.

 

Constructors


Name

Description

Public method

InputPortInstance(LogicPort, Nullable<Device>, Boolean)

Initializes a new instance of the InputPortInstance class.

Public method

InputPortInstance(LogicPort)

Initializes a new instance of the InputPortInstance class using the specified logic port.

 

Methods


Name

Description

Public method

Dispose

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

Protected method

IsNewValue

(Inherited from BasePortInstance.)

Public method

SetValue

Sets the value of the port, handling both alarm and value ports.

 

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

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

Output

Gets the output connector.

Public property

OutputType

Gets the output type of the port.

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

Public property

Value

Gets the value of the output object if it is not null; otherwise, returns null.

 

Events


Name

Description

Public event

ConnectionChanged

Occurs when the connection status changes.

 

See Also


InputPortInstance Class

BNCS.Logic.Engine Namespace