From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
Flags of the enabling/disabling modes of the node (enum TCntrNode::Flag):
+
Flags of the enabling/disabling modes of the node (enum TCntrNode::EnDisFlag):
* ''TCntrNode::NodeConnect'' — connection of the node;
+
* ''TCntrNode::NodeNoFlg'' (0) — no node flag;
* ''TCntrNode::NodeRestore'' — restoration of the connection of the node.
+
: ''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;
 +
: ''> 0x100 - reserved for the node specific''

Revision as of 18:46, 10 September 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
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.
TranslationFlags 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;
: ''> 0x100 - reserved for the node specific''

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;
> 0x100 - reserved for the node specific