Open
Description
First of all, thank you for your collection of MQTT Packages.
I'm trying to understand if there is a way to set the "retain" option when the client publishes a message using Client.lvclass:Publish.vi
; if I look to the block diagram of Client.lvclass:Publish (Raw Payload).vi
(called by Publish.vi
) I see the option RETAIN
for the vi MQTT_Control_Packets.lvlib:PUBLISH.lvclass:Create PUBLISH Packet (Client).vi
but I cannot change his value.
Is it possibile to add to Client.lvclass:Publish.vi
a new input parameter RETAIN
and than use the desired value for Create PUBLISH Packet (Client).vi
?
Maybe the option is already available; if so I failed to find it, sorry.
Again, thank you for your work.
Marco.