MQTT transport example.
More...
#include <MqttTransport.h>
◆ Type
◆ MqttTransport()
| MqttTransport::MqttTransport |
( |
| ) |
|
|
default |
◆ ~MqttTransport()
| MqttTransport::~MqttTransport |
( |
| ) |
|
|
inline |
◆ Close()
| void MqttTransport::Close |
( |
| ) |
|
|
inline |
◆ Create()
| int MqttTransport::Create |
( |
Type | type | ) |
|
|
inline |
◆ Receive()
Receive data from a remote
- Parameters
-
| [out] | is | The received incoming data bytes, not including the header. |
| [out] | header | Incoming delegate message header. |
- Returns
- 0 if success.
Implements ITransport.
◆ Send()
Send data to a remote
- Parameters
-
| [in] | os | Output stream to send. |
| [in] | header | The header to send. |
- Returns
- 0 if success.
Implements ITransport.
◆ SetTransportMonitor()
The documentation for this class was generated from the following file: