TicketsSafe.GetFirstItem (METH) ¶ METHOD GetFirstItem : POINTER TO StructTicket InOut: Scope Name Type Return GetFirstItem POINTER TO StructTicket Input pIterator POINTER TO INT
TicketsSafe.GetNextItem (METH) ¶ METHOD GetNextItem : POINTER TO StructTicket InOut: Scope Name Type Return GetNextItem POINTER TO StructTicket Input pIterator POINTER TO INT
TicketsSafe.Init (METH) ¶ METHOD Init
Private ¶ prvGetIterateItem (Method)
TicketsSafe.prvGetIterateItem (METH) ¶ METHOD prvGetIterateItem : POINTER TO StructTicket InOut: Scope Name Type Return prvGetIterateItem POINTER TO StructTicket Input pIterator POINTER TO INT
Nodes ¶ BranchTreeNode (FunctionBlock) GetAttributeByIndex (Method) GetNamespaceNodeFlags (Method) GetNumOfAttributes (Method) IBase FB_Exit (Method) FB_Init (Method) QueryInterface (Method) abstrNodeType (Property) BranchTreeNodeOpcUA (FunctionBlock) GetAttributeByIndex (Method) GetNamespaceNodeFlags (Method) GetNumOfAttributes (Method) LeafTreeNode (FunctionBlock) CheckPropertyAndReference (Method) CompareName (Method) ConvertToITreeNode (Method) ExecuteCall (Method) ExecuteCall2 (Method) FindChild (Method) Get (Method) GetAccessRights (Method) GetAccessRights2 (Method) GetAddress (Method) GetAddress3 (Method) GetAttributeByIndex (Method) GetChildByBrowseName (Method) GetClientOffset (Method) GetFlags (Method) GetNamespaceNodeFlags (Method) GetNumOfAttributes (Method) GetSize (Method) GetType (Method) IBase FB_Exit (Method) FB_Init (Method) QueryInterface (Method) IsNode (Method) NodeFound (Method) ResolveStaticVar (Method) Set (Method) Swap2 (Method) abstrNodeType (Property) LeafTreeNodeOpcUA (FunctionBlock) GetAttributeByIndex (Method) GetNamespaceNodeFlags (Method) GetNumOfAttributes (Method) LeafTreeNodeTypeMember (FunctionBlock) GetClientOffset (Method) GetNextByBrowseName (Method) LeafTreeNodeTypeMemberOpcUA (FunctionBlock) GetAttributeByIndex (Method) GetFlags (Method) GetNumOfAttributes (Method) SymbolsBaseNode (FunctionBlock) IBase QueryInterface (Method) IBaseTreeNode_compatibility ChildCount (Property) GetChild (Method) GetFather (Method) proChildren (Property) IOpcUaInstanceMetaData GetBrowseName (Method) GetDescription (Method) GetDisplayName (Method) GetEntryPoint (Method) GetEventNotifier (Method) GetNodeClass (Method) GetParentReferenceType (Method) GetTypeDefinition (Method) ITreeWalker AsBaseTreeNode (Method) FindChild (Method) GetChildByIndex (Method) GetFirstChild (Method) GetFullPath (Method) GetParent (Method) GetSibling (Method) IsVisible (Method) Name (Property) OpcUa Specific GetByBrowseNameIndex (Method) GetChildByBrowseName (Method) GetNextByBrowseName (Method) MemberIndex (Property) NumChilds (Property) SymbolsBranchNode (FunctionBlock) FindChild (Method) GetByBrowseNameIndex (Method) GetChildByBrowseName (Method) GetChildByIndex (Method) GetFirstChild (Method) InstancePathNodeType (Property) MemberIndex (Property) NumChilds (Property)
BranchTreeNode (FB) ¶ FUNCTION_BLOCK BranchTreeNode EXTENDS SymbolsBranchNode IMPLEMENTS IBranchTreeNode , __SYSTEM.IQueryInterface Properties: abstrNodeType ChildCount , inherited from SymbolsBaseNode InstancePathNodeType , inherited from SymbolsBranchNode MemberIndex , inherited from SymbolsBranchNode Name , inherited from SymbolsBaseNode NumChilds , inherited from SymbolsBranchNode proChildren , inherited from SymbolsBaseNode Methods: GetAttributeByIndex GetNamespaceNodeFlags GetNumOfAttributes AsBaseTreeNode , inherited from SymbolsBaseNode FB_Exit FB_Init FindChild , inherited from SymbolsBranchNode GetBrowseName , inherited from SymbolsBaseNode GetByBrowseNameIndex , inherited from SymbolsBranchNode GetChild , inherited from SymbolsBaseNode GetChildByBrowseName , inherited from SymbolsBranchNode GetChildByIndex , inherited from SymbolsBranchNode GetDescription , inherited from SymbolsBaseNode GetDisplayName , inherited from SymbolsBaseNode GetEntryPoint , inherited from SymbolsBaseNode GetEventNotifier , inherited from SymbolsBaseNode GetFather , inherited from SymbolsBaseNode GetFirstChild , inherited from SymbolsBranchNode GetFullPath , inherited from SymbolsBaseNode GetNextByBrowseName , inherited from SymbolsBaseNode GetNodeClass , inherited from SymbolsBaseNode GetParent , inherited from SymbolsBaseNode GetParentReferenceType , inherited from SymbolsBaseNode GetSibling , inherited from SymbolsBaseNode GetTypeDefinition , inherited from SymbolsBaseNode IsVisible , inherited from SymbolsBaseNode QueryInterface Structure: GetAttributeByIndex (Method) GetNamespaceNodeFlags (Method) GetNumOfAttributes (Method) IBase FB_Exit (Method) FB_Init (Method) QueryInterface (Method) abstrNodeType (Property)
BranchTreeNode.GetAttributeByIndex (METH) ¶ METHOD GetAttributeByIndex : POINTER TO STRING InOut: Scope Name Type Return GetAttributeByIndex POINTER TO STRING Input wIndex WORD
NestingPathEntry (STRUCT) ¶ TYPE NestingPathEntry : STRUCT InOut: Name Type Comment pPropertyInfo POINTER TO PropertyInfo Warning! When modifying this struct, you need to be careful that the dynamic allocation in VariableInformationImpl.GetOrAllocNestingPathInfo still works! This includes having the last member as the one with the largest alignment requirement. pReferenceInfo POINTER TO BYTE containingNode ILeafTreeNode nNextOffset __XWORD pTypeNode REFERENCE TO TypeDesc
NestingPathInformation (STRUCT) ¶ TYPE NestingPathInformation : STRUCT InOut: Name Type Comment nMaxDepth UDINT Warning! When modifying this struct, you need to be careful that the dynamic allocation in VariableInformationImpl.GetOrAllocNestingPathInfo still works! This includes having the last member as the one with the largest alignment requirement. nElementsUsed UDINT aPathInfo ARRAY [0..5] OF NestingPathEntry