Commit [r651]  Maximize  Restore  History

Upgrade MQTT Client SL to currently latest v1.0.2.0

From CODESY Release Notes;
Integration of the library ‘Net Base Services’
Added filter mode for subscribers
Improved send/receive performance
Improved error handling
Bugfix: Clean up of interal queues after disconnect

Implemented int FB_EoNMQTT;
ITLSContextProvider : REFERENCE TO MQTT.NBS.ITLSContext; //Encapsulates all the data neccecray to handle encrypted tcp connections
//Static initialization, as shown in the following code snippet;
//
//VAR
// commonName : STRING := 'MyRasPi';
// ciCertInfo : NBS.CERT_INFO := (psInfo:=ADR(commonName), udiSize:=LEN(commonName));
// myTLSContext : NBS.TLSContext := (
// ePurpose:=NBS.PURPOSE.CLIENT_SIDE,
// sUseCaseName:='NBSTest',
// sTLSVersion:='1.3',
// ciCertInfo:=ciCertInfo,
// udiVerificationMode:=2
// );
//END_VAR
IASyncPropertyProvider : REFERENCE TO MQTT.NBS.IAsyncProperty; // Runs the connect process in a own background task. Use this property if the connection setup takes longer than one task cycle (e.g. TLS connections)

Removed keyword INTERNAL in various methods and properties

hermsen 2020-12-27

<< < 1 2 3 4 > >> (Page 2 of 4)
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_EoNMQTT/Client/IASyncPropertyProvider
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_EoNMQTT/Client/IASyncPropertyProvider/svnobj
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_EoNMQTT/Client/ITLSContextProvider
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_EoNMQTT/Client/ITLSContextProvider/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_EoNMQTT/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_EoNStateMachine/svnobj
removed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Edge_Of_Network_Node/FB_ExponentialBackOffTimer
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/Next
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/Next/svnobj
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/ReadLockTimeFromArray
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/ReadLockTimeFromArray/svnobj
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/ResetIndex
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/ResetIndex/svnobj
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/FB_ExponentialBackOffTimer/svnobj
added /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_ExponentialBackoffTimer/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_PayloadSimple/FB_PayloadSimpleDecoder/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_PayloadSimple/FB_PayloadSimpleEncoder/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Payload_1/DecodedVarInt/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Payload_1/FB_Payload/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Payload_1/FB_PayloadDataSet/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Payload_1/FB_PayloadDataSetType/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Payload_1/FB_PayloadElement/svnobj
changed /branches/h-hermsen/mqttsparkplugb/SparkplugB/Function Blocks/FB_Payload_1/FB_PayloadMetric/svnobj
<< < 1 2 3 4 > >> (Page 2 of 4)