_MqttTls
#include <mqtt_socket.h>
Public Attributes
| Name | |
|---|---|
| WOLFSSL_CTX * | ctx |
| WOLFSSL * | ssl |
| int | sockRcRead |
| int | sockRcWrite |
| int | timeout_ms_read |
| int | timeout_ms_write |
| int | lastError |
Public Attributes Documentation
variable ctx
WOLFSSL_CTX * ctx;
variable ssl
WOLFSSL * ssl;
variable sockRcRead
int sockRcRead;
variable sockRcWrite
int sockRcWrite;
variable timeout_ms_read
int timeout_ms_read;
variable timeout_ms_write
int timeout_ms_write;
variable lastError
int lastError;
Updated on 2026-07-21 at 16:43:06 +0000