Click or drag to resize
NodeStateItem Structure
Distributed Algorithm Simulator
Represents a variable of a node.

Namespace: WrapperClasses
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct Item

The NodeStateItem type exposes the following members.

Properties
  NameDescription
Public propertyItemName
Variable name.
Public propertyItemValue
Variable value. Converted to object type.
Top
See Also