PropertyInfo (STRUCT) ¶ TYPE PropertyInfo : STRUCT InOut: Name Type Comment pInstance POINTER TO BYTE Pointer to FB Instance ppfGet POINTER TO POINTER TO BYTE Pointer to Get method of property ppfSet POINTER TO POINTER TO BYTE Pointer to Set method of property _nPropOffsetGet INT Offset where the property data beginns. A value of 0 or less indicates an error _nPropOffsetSet INT Offset where the property data beginns. A value of 0 or less indicates an error
SymbolsBranchNode.GetChildByIndex (METH) ¶ METHOD GetChildByIndex : ITreeWalker InOut: Scope Name Type Return GetChildByIndex ITreeWalker Input iIndex DINT userAccessRights BYTE symbolsSets DWORD Output xOutOfRange BOOL
SymbolsBranchNode.GetFirstChild (METH) ¶ METHOD GetFirstChild : ITreeWalker InOut: Scope Name Type Return GetFirstChild ITreeWalker Input userAccessRights BYTE symbolsSets DWORD
SymbolsBranchNode.InstancePathNodeType (PROP) ¶ PROPERTY InstancePathNodeType : InstancePathBuildingNodeType
SymbolsBranchNode.MemberIndex (PROP) ¶ PROPERTY MemberIndex : DINT
OpcUaMetaDataType (ENUM) ¶ TYPE OpcUaMetaDataType : Attributes: qualified_only InOut: Name Initial WellKnownDataTypeMeta 0 OwnDataTypeMeta MethodMeta
OpcUaMethodMetaData (STRUCT) ¶ TYPE OpcUaMethodMetaData : STRUCT InOut: Name Type Comment inputArguments OpcUa_NodeId This is used for methods outputArguments OpcUa_NodeId
OpcUaNodeMetaData (STRUCT) ¶ TYPE OpcUaNodeMetaData : STRUCT InOut: Name Type browseName OpcUa_QualifiedName displayName OpcUa_LocalizedText nodeClass OpcUa_NodeClass description OpcUa_LocalizedText eventNotifier OpcUa_Byte referenceParent OpcUa_NodeId typedefinition OpcUa_NodeId entryPoint OpcUa_NodeId
PropertyInfoRemote (STRUCT) ¶ TYPE PropertyInfoRemote : STRUCT This kind of information about a property can be used when a property on a remote plc should be called (for example by the dataserver). InOut: Name Type Comment AreaCode INT area of the get/set methods OffsetGet DINT offset of the get method, negative if there is none OffsetSet DINT offset of the set method, negative if there is none
StringFunctions ¶ PStrCat (Function) PStrCmp (Function) PStrICmp (Function) PStrLen (Function) PStrLenUntil (Function) PStrNICmp (Function)