Click or drag to resize

TelegramSymbolTable Class

Symbol table for a telegram connection instance.
Inheritance Hierarchy

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class TelegramSymbolTable : BrowseItemBranch

The TelegramSymbolTable type exposes the following members.

Properties
  NameDescription
Public propertyAccessName
The address used to access the item from the PLC.
(Inherited from StringAddress.)
Public propertyAllowedAccess
The access defined by this address.
(Inherited from StringAddress.)
Public propertyDescription
Description / comment for this browse item node.
(Inherited from BrowseItemBase.)
Public propertyDescriptiveName
A descriptive name (shown in the Tag Server Explorer), or null to use Name.
(Inherited from BrowseItemBase.)
Public propertyIsBranch
Returns true if this item has children and can be expanded.
(Inherited from BrowseItemBranch.)
Public propertyIsItem
Returns true if this item can be loaded.
(Inherited from BrowseItemBase.)
Public propertyName
The name of this browse item node.
(Inherited from BrowseItemBase.)
Public propertyParent
The parent of this browse item.
(Inherited from BrowseItemBase.)
Public propertySymbols
A list of all the children of a branch item.
(Inherited from BrowseItemBranch.)
Top
Methods
  NameDescription
Public methodAdd
Adds a child symbol to a branch item.
(Inherited from BrowseItemBranch.)
Public methodAddRange
Adds a child symbols to a branch item.
(Inherited from BrowseItemBranch.)
Public methodEquals(IAddress)
Determines whether the address equals the current address.
(Inherited from StringAddress.)
Public methodEquals(Object)
Determines whether the specified address equals the current address.
(Inherited from StringAddress.)
Public methodEquals(StringAddress)
Determines whether the address equals the current address.
(Inherited from StringAddress.)
Public methodFindChild
Defaults to FindChildByAccessName.
(Inherited from BrowseItemBase.)
Public methodGetChildren
Return children of a branch item.
(Inherited from BrowseItemBranch.)
Public methodGetDataType
Returns the type defined by this address.
(Inherited from StringAddress.)
Public methodGetHashCode
Computes a hash code for this address.
(Inherited from StringAddress.)
Public methodRemove
Removes a child symbol from a branch item.
(Inherited from BrowseItemBranch.)
Public methodToString
Returns a string that represents the current browse item.
(Inherited from BrowseItemBase.)
Top
See Also