PrimeTreeNode Class

Class used to maintain inforamtion about one node in PRIME tree.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class PrimeTreeNode
Inheritance
Object    PrimeTreeNode

Constructors

PrimeTreeNode Creates new instance of PrimeNode class.

Fields

ChildCountAll Total number of children of this node.
Children List of child nodes or empty array if node is a leaf.
Parent Refernece to parent node or null if node is on topmost level (level 0)
PrimeMeterParams Prime node and meter information.

See Also