Click or drag to resize

MqttAddressEditor Class

MQTT address editor.
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: 19.01.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class MqttAddressEditor : ProtocolAddressPropertyBagEditor

The MqttAddressEditor type exposes the following members.

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