ReceiveSymbol Class |
Namespace: Demo3D.HLE.Comms.Telegram
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class ReceiveSymbol : TelegramSymbol
The ReceiveSymbol type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessName |
The address used to access the item from the PLC.
(Inherited from StringAddress.) | |
| Address |
The transport protocol address.
(Inherited from TelegramSymbol.) | |
| AllowedAccess |
The access defined by this address.
(Overrides StringAddressAllowedAccess.) | |
| 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.) | |
| Formats |
Telegram formats applied to the symbol. Priority-ordered by default.
(Inherited from TelegramSymbol.) | |
| IsBranch |
Returns true if this item has children and can be expanded.
(Inherited from BrowseItemBase.) | |
| 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.) | |
| Selector |
Determines how the appropriate applied telegram format is selected for an inbound or outbound telegram.
(Inherited from TelegramSymbol.) |
| Name | Description | |
|---|---|---|
| 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 BrowseItemBase.) | |
| GetDataType |
Returns the type defined by this address.
(Inherited from StringAddress.) | |
| GetHashCode |
Computes a hash code for this address.
(Inherited from StringAddress.) | |
| ToString |
Returns a string that represents the current browse item.
(Inherited from BrowseItemBase.) |
| Name | Description | |
|---|---|---|
| InboundTelegramProcessed |
Raised when an inbound telegram has been processed into a DataStruct value.
| |
| PropertyChanged |
Raised when a property changes.
(Inherited from TelegramSymbol.) |