Click or drag to resize

TelegramMqttAddressEditor Class

Address editor for a telegram connection over MQTT.
Inheritance Hierarchy
SystemObject
  BaseCustomTypeDescriptor
    Demo3D.NetProtocolAddressPropertyBagEditor
      Demo3D.HLE.Comms.NetMqttAddressEditor
        Demo3D.HLE.Comms.NetTelegramMqttAddressEditor

Namespace:  Demo3D.HLE.Comms.Net
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
Syntax
C#
public sealed class TelegramMqttAddressEditor : MqttAddressEditor

The TelegramMqttAddressEditor type exposes the following members.

Constructors
  NameDescription
Public methodTelegramMqttAddressEditor
Initializes a new instance of the TelegramMqttAddressEditor class
Top
Properties
  NameDescription
Public propertyClientIdentifier
Client identifier.
(Inherited from MqttAddressEditor.)
Public propertyHost
Server host.
(Inherited from MqttAddressEditor.)
Public propertyPort
Server port.
(Inherited from MqttAddressEditor.)
Public propertyVersion
Protocol version.
(Inherited from MqttAddressEditor.)
Top
Methods
  NameDescription
Public methodGetAddress
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides MqttAddressEditorGetAddress.)
Public methodNextProperty
Returns the next property that needs to be edited to complete the address.
(Inherited from MqttAddressEditor.)
Public methodSetAddress
Sets this configuration object properties from the ProtocolAddress given.
(Inherited from MqttAddressEditor.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.)
Top
See Also