Interface IMQTTOutputSettings
- Namespace
- VisioForge.Plugins.MQTT
- Assembly
- VisioForge.Plugins.MQTT.dll
Defines configuration settings for MQTT output streams.
public interface IMQTTOutputSettingsRemarks
This interface provides a common contract for configuring different types of MQTT output streams, allowing implementations to specify the data format being transmitted.
Properties
StreamType
Gets the type of data stream being transmitted via MQTT.
MQTTDataType StreamType { get; }