_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-09-08 at 04:43:47 +0000