_MqttTls
#include <mqtt_socket.h>
Public Attributes
| Name | |
|---|---|
| WOLFSSL_CTX * | ctx |
| WOLFSSL * | ssl |
| int | sockRc |
| int | timeout_ms |
Public Attributes Documentation
variable ctx
WOLFSSL_CTX * ctx;
variable ssl
WOLFSSL * ssl;
variable sockRc
int sockRc;
variable timeout_ms
int timeout_ms;
Updated on 2026-07-14 at 09:10:06 +0000