Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A1 mbed FP MQTTPacket DnsQuery ATParser
MeshInterface Class Reference
MeshInterface class. More...
#include <MeshInterface.h>
Public Member Functions | |
| virtual int | connect ()=0 |
| Start the interface. | |
| virtual int | disconnect ()=0 |
| Stop the interface. | |
| virtual const char * | get_mac_address ()=0 |
| Get the local MAC address. | |
Detailed Description
MeshInterface class.
Common interface that is shared between mesh hardware
Definition at line 26 of file MeshInterface.h.
Member Function Documentation
| virtual int connect | ( | ) | [pure virtual] |
Start the interface.
- Returns:
- 0 on success, negative on failure
| virtual int disconnect | ( | ) | [pure virtual] |
Stop the interface.
- Returns:
- 0 on success, negative on failure
| virtual const char* get_mac_address | ( | ) | [pure virtual] |
Get the local MAC address.
- Returns:
- Null-terminated representation of the local MAC address
Generated on Wed Jul 13 2022 20:28:49 by
1.7.2