[r817]: / branches / FeatureBranches / Debuglogging / SparkplugB / Function Blocks / FB_Edge / FB_EdgeMQTT / Publisher / Publish / svnobj  Maximize  Restore  History

Download this file

9 lines (8 with data), 4.6 kB

1
2
3
4
5
6
7
8
                        'MQTT Publish skipped: Client Connected: %s',
                        'MQTT Publish Error: Incorrect MessageSize for buffer. Please set the MQTT.MQTTParam.g_udiMaxPayloadSize larger then %s',
                        'MQTT Publish Error: Incorrect MessageSize %s',
    Topic       : WSTRING(GC_Sparkplug.supported_string_lengths);
    pbMessage   : POINTER TO BYTE;
    MessageSize : UDINT;
    Qos         : MQTT.MQTT_QOS;
    Retained    : BOOL;