Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

Embed: (wiki syntax)

« Back to documentation index

MeshInterfaceFactory Class Reference

MeshInterfaceFactory Class Reference

MeshInterfaceFactory. More...

#include <MeshInterfaceFactory.h>

Static Public Member Functions

static AbstractMeshcreateInterface (const mesh_network_type_t &type)
 Creates Mesh interface object that can be used for connecting to mesh network.

Detailed Description

MeshInterfaceFactory.

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,typeof the mesh network.
Returns:
M2MInterfaceImpl , Object to manage other LWM2M operations.

Definition at line 26 of file MeshInterfaceFactory.cpp.