Click or drag to resize

ReceiveSymbol Class

Receive telegram symbol.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsStringAddress
    Demo3D.PLC.CommsBrowseItemBase
      Demo3D.HLE.Comms.TelegramTelegramSymbol
        Demo3D.HLE.Comms.TelegramReceiveSymbol

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

The ReceiveSymbol type exposes the following members.

Properties
 NameDescription
Public propertyAccessName The address used to access the item from the PLC.
(Inherited from TelegramSymbol)
Public propertyAddress The transport protocol address.
(Inherited from TelegramSymbol)
Public propertyAllowedAccess The access defined by this address.
(Inherited from TelegramSymbol)
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 propertyFormats Telegram formats applied to the symbol. Priority-ordered by default.
(Inherited from TelegramSymbol)
Public propertyIsBranch Returns true if this item has children and can be expanded.
(Inherited from BrowseItemBase)
Public propertyIsItem Returns true if this item can be loaded.
(Inherited from BrowseItemBase)
Public propertyName The name of this browse item node.
(Inherited from TelegramSymbol)
Public propertySelector Determines how the appropriate applied telegram format is selected for an inbound or outbound telegram.
(Inherited from TelegramSymbol)
Public propertyTransport Transport properties.
(Inherited from TelegramSymbol)
Top
Methods
 NameDescription
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 Find a child by itemName or accessName.
(Inherited from BrowseItemBase)
Public methodGetChildren Return children of a branch item.
(Inherited from BrowseItemBase)
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 methodProcessOutboundTelegram Processes a DataStruct value into an outbound telegram and transmits it.
(Inherited from TelegramSymbol)
Public methodProcessOutboundTelegramAsync Processes a DataStruct value into an outbound telegram and transmits it.
(Inherited from TelegramSymbol)
Public methodToString Returns a string that represents the current browse item.
(Inherited from BrowseItemBase)
Top
Events
 NameDescription
Public eventInboundTelegramProcessed Raised when an inbound telegram has been processed into a DataStruct value.
(Inherited from TelegramSymbol)
Top
See Also