network_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
int
Reconnect to the broker after this value in miliseconds if auto reconnect is not disabled (defaults to 10s).
int
Abort network operation if it is not completed after this value, in milliseconds (defaults to 10s).
int
Refresh connection after this value (in milliseconds).
bool
Client will reconnect to server (when errors/disconnect). Set `disable_auto_reconnect=true` to disable.
Custom transport handle to use. Warning: The transport should be valid during the client lifetime and is destroyed when esp_mqtt_client_destroy is called.
struct ifreq *
The name of interface for data to go through. Use the default interface without setting.

References

from examples