Click or drag to resize

TelegramUdpAddressEditor Class

Address editor for a telegram connection over UDP.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      Demo3D.Net.ProtocolsUdpAddressEditor
        Demo3D.HLE.Comms.NetTelegramUdpAddressEditor

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

The TelegramUdpAddressEditor type exposes the following members.

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