Click or drag to resize

TelegramTcpAddressEditor Class

Address editor for a telegram connection over TCP.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      Demo3D.Net.ProtocolsTcpAddressEditor
        Demo3D.HLE.Comms.NetTelegramTcpAddressEditor

Namespace: Demo3D.HLE.Comms.Net
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public sealed class TelegramTcpAddressEditor : TcpAddressEditor

The TelegramTcpAddressEditor type exposes the following members.

Constructors
 NameDescription
Public methodTelegramTcpAddressEditorInitializes a new instance of the TelegramTcpAddressEditor class
Top
Properties
 NameDescription
Public propertyHost The server host.
(Inherited from TcpAddressEditor)
Public propertyPort The server port.
(Inherited from TcpAddressEditor)
Top
Methods
 NameDescription
Public methodGetAddress Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides TcpAddressEditorGetAddress)
Public methodNextProperty Returns the next property that needs to be edited to complete the address.
(Inherited from TcpAddressEditor)
Public methodSetAddress Sets this configuration object properties from the ProtocolAddress given.
(Inherited from TcpAddressEditor)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor)
Top
See Also