|
|
Line 7: |
Line 7: |
| * ''TCntrNode::NodeRemove'' (0x01) — node complete removing also from the storage; | | * ''TCntrNode::NodeRemove'' (0x01) — node complete removing also from the storage; |
| * ''TCntrNode::NodeRemoveOnlyStor'' (0x02) — node removing only from the storage; | | * ''TCntrNode::NodeRemoveOnlyStor'' (0x02) — node removing only from the storage; |
− | : ''> 0x100 - reserved for the node specific'' | + | * ''TCntrNode::NodeSpecific'' (0x100) — reserved for the node specific > 0x100. |
Latest revision as of 17:29, 4 March 2022
Flags of the enabling/disabling modes of the node (enum TCntrNode::EnDisFlag):
- TCntrNode::NodeNoFlg (0) — no node flag;
- Enable flags
- TCntrNode::NodeConnect (0x01) — connection of the node;
- TCntrNode::NodeRestore (0x02) — restoration of the connection of the node;
- Disable flags
- TCntrNode::NodeRemove (0x01) — node complete removing also from the storage;
- TCntrNode::NodeRemoveOnlyStor (0x02) — node removing only from the storage;
- TCntrNode::NodeSpecific (0x100) — reserved for the node specific > 0x100.