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.
Fork of mbed-os by
MeshInterfaceFactory Class Reference
#include <MeshInterfaceFactory.h>
Static Public Member Functions | |
static AbstractMesh * | createInterface (const mesh_network_type_t &type) |
Creates Mesh interface object that can be used for connecting to mesh network. |
Detailed Description
This is a factory class provides interface for creating Mesh Interface object for application to utilize mesh networking.
Definition at line 29 of file MeshInterfaceFactory.h.
Member Function Documentation
AbstractMesh * createInterface | ( | const mesh_network_type_t & | type ) | [static] |
Creates Mesh interface object that can be used for connecting to mesh network.
- Parameters:
-
type,type of the mesh network.
- Returns:
- M2MInterfaceImpl , Object to manage other LWM2M operations.
Definition at line 26 of file MeshInterfaceFactory.cpp.
Generated on Tue Jul 12 2022 13:16:55 by
