PortValue Structure

Value of a port.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
internal readonly struct PortValue
Inheritance
Object    ValueType    PortValue

Constructors

PortValue Value of a port.

Methods

ToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)

Fields

PortCompleted State the port is in; if it is an output port and the value is , the port has been completed and can be used in the next node.
If it is an input port and the value is , the port has been set by a previous node or has its final default value, and the node can be executed.
(if, of course, all other input ports are also set)
Value Assigned value.

See Also