AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones MQTTT
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
ConstantDescriptionUsed by the functions
Novedad versión 2024
mqttIgnoreExpiredCertificate
The certificate date is ignored.mqttSession variable
Novedad versión 2024
mqttIgnoreInvalidCertificate
The certificate is ignored.mqttSession variable
Novedad versión 2024
mqttIgnoreInvalidCertificateName
The site name specified in the certificate is ignored.mqttSession variable
Novedad versión 2024
mqttIgnoreRevocation
The certificate revocation is ignored.mqttSession variable
mqttQualityAtLeastOnceThe message will be delivered at least once. The client will transmit the message several times if necessary until the server (broker) confirms that the message was transmitted on the network.MQTTSubscribe, MQTTPublish
mqttQualityAtMostOnceThe message will be delivered once at most. The message is not stored. It is sent without guarantee of receipt. The MQTT (broker) does not inform the sender that the message was received. The message can be lost if the client is disconnected or if the server is stopped.MQTTSubscribe, MQTTPublish
mqttQualityExactlyOnceThe message will be necessarily saved by the issuer. It will be transmitted as long as the receiver does not confirm its sending on the network. The issuer uses a sophisticated recognition with the server (broker) to avoid duplicating messages. This mode is slower but it is more secure.MQTTSubscribe, MQTTPublish
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/02/2024

Señalar un error o enviar una sugerencia | Ayuda local