TelegramMqttAddressEditor Class |
Namespace: Demo3D.HLE.Comms.Net
public sealed class TelegramMqttAddressEditor : MqttAddressEditor
The TelegramMqttAddressEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| TelegramMqttAddressEditor | Initializes a new instance of the TelegramMqttAddressEditor class |
| Name | Description | |
|---|---|---|
| ClientIdentifier |
Client identifier.
(Inherited from MqttAddressEditor.) | |
| Host |
Server host.
(Inherited from MqttAddressEditor.) | |
| Port |
Server port.
(Inherited from MqttAddressEditor.) | |
| Version |
Protocol version.
(Inherited from MqttAddressEditor.) |
| Name | Description | |
|---|---|---|
| GetAddress |
Returns a ProtocolAddress that represents the configuration defined by this object.
(Overrides MqttAddressEditorGetAddress.) | |
| NextProperty |
Returns the next property that needs to be edited to complete the address.
(Inherited from MqttAddressEditor.) | |
| SetAddress |
Sets this configuration object properties from the ProtocolAddress given.
(Inherited from MqttAddressEditor.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ProtocolAddressPropertyBagEditor.) |