Hello to everyone, I just wanna know the know-how to make a MQTT conection to Flexsim. I checked the knowledge base, by entering this code
MQTT.Client c = MQTT.Client("my-client-id", MQTT.Version.v31, 1);
But I received this error: "Unknown type MQTT.Client in declaration of c"
Does anyone can make a numbered to do list to make it work?
Thanks whoever will reply at this post.