1using System.Threading.Tasks;
Contains information about an MQTT topic
Interface for detecting interfaces supporting objects with predefined features.
Base Interface for all metering nodes.
Interface for MQTT Topic nodes.
Task< string > GetFullTopic()
Gets the full topic string.
string LocalTopic
Local Topic segment
Task< IMqttTopicNode > CreateNew(MqttTopicRepresentation Topic)
Creates a new node of the same type.
Task< IMqttData > GetDefaultDataObject()
Gets the default data object, if any.