PrimeTreeNode Class
Class used to maintain inforamtion about one node in PRIME tree.
Namespace: OddPrg.Communication.PlcAssembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
public class PrimeTreeNode
- Inheritance
- Object PrimeTreeNode
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.
|