TelegramSymbolTable Class |
Namespace: Demo3D.HLE.Comms.Telegram
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class TelegramSymbolTable : BrowseItemBranch
The TelegramSymbolTable type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessName |
The address used to access the item from the PLC.
(Inherited from StringAddress.) | |
| AllowedAccess |
The access defined by this address.
(Inherited from StringAddress.) | |
| Description |
Description / comment for this browse item node.
(Inherited from BrowseItemBase.) | |
| DescriptiveName |
A descriptive name (shown in the Tag Server Explorer), or null to use Name.
(Inherited from BrowseItemBase.) | |
| IsBranch |
Returns true if this item has children and can be expanded.
(Inherited from BrowseItemBranch.) | |
| IsItem |
Returns true if this item can be loaded.
(Inherited from BrowseItemBase.) | |
| Name |
The name of this browse item node.
(Inherited from BrowseItemBase.) | |
| Parent |
The parent of this browse item.
(Inherited from BrowseItemBase.) | |
| Symbols |
A list of all the children of a branch item.
(Inherited from BrowseItemBranch.) |
| Name | Description | |
|---|---|---|
| Add |
Adds a child symbol to a branch item.
(Inherited from BrowseItemBranch.) | |
| AddRange |
Adds a child symbols to a branch item.
(Inherited from BrowseItemBranch.) | |
| Equals(IAddress) |
Determines whether the address equals the current address.
(Inherited from StringAddress.) | |
| Equals(Object) |
Determines whether the specified address equals the current address.
(Inherited from StringAddress.) | |
| Equals(StringAddress) |
Determines whether the address equals the current address.
(Inherited from StringAddress.) | |
| FindChild |
Defaults to FindChildByAccessName.
(Inherited from BrowseItemBase.) | |
| GetChildren |
Return children of a branch item.
(Inherited from BrowseItemBranch.) | |
| GetDataType |
Returns the type defined by this address.
(Inherited from StringAddress.) | |
| GetHashCode |
Computes a hash code for this address.
(Inherited from StringAddress.) | |
| Remove |
Removes a child symbol from a branch item.
(Inherited from BrowseItemBranch.) | |
| ToString |
Returns a string that represents the current browse item.
(Inherited from BrowseItemBase.) |