MQTT transport example.
More...
#include <MqttTransport.h>
◆ Type
◆ Close()
void MqttTransport::Close |
( |
| ) |
|
|
inline |
◆ Create()
int MqttTransport::Create |
( |
Type | type | ) |
|
|
inline |
◆ Receive()
Receive data from a remote
- Parameters
-
[out] | header | Incoming delegate message header. |
- Returns
- The received incoming data bytes, not including the header.
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.
◆ SetReceiveHandler()
◆ SetTransportMonitor()
The documentation for this class was generated from the following file: