56 StringBuilder sb =
new StringBuilder();
65 sb.Append(this.CurrentSegment);
78 this.CurrentParentTopic = NewParent;
80 return this.SegmentIndex < this.
Segments.Length;
Contains information about an MQTT topic
bool MoveNext(MqttTopic NewParent)
Moves to the next segment.
string CurrentSegment
Current segment being processed.
int SegmentIndex
Current segment index.
string TopicString
Full Topic string
MqttTopicRepresentation(string TopicString, string[] Segments, int SegmentIndex)
Contains information about an MQTT topic
MqttTopic CurrentParentTopic
Current parent topic.
string ProcessedSegments
Processed segments
string[] Segments
Segments in topic string.