Table of Contents

Interface IMQTTClient

Namespace
VisioForge.Plugins.MQTT
Assembly
VisioForge.Plugins.MQTT.dll

Marker interface for MQTT client implementations.

public interface IMQTTClient

Remarks

This interface serves as a contract for MQTT client functionality within the VisioForge plugin ecosystem. Implementations should provide methods for connecting, publishing, subscribing, and managing MQTT broker connections.