EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
creates Profiles More...
#include <eoProfileFactory.h>
Static Public Member Functions | |
static eoProfile * | CreateProfile (const eoMessage &msg) |
Returns eoProfile based on TEACH_IN Message. More... | |
static eoProfile * | CreateProfile (const uint8_t rorg, const uint8_t func, const uint8_t type) |
Returns eoProfile based on the specified rorg,func and type. More... | |
creates Profiles
this helper class, helps you to create an EoProfile.
Returns eoProfile based on TEACH_IN Message.
This helper function, will parse the TEACH_IN Message and when the profile is supported a pointer to the eoProfile or otherwise a null Pointer.
For Generic Profiles, the GP_TI Message will parsed, and a new eoGenericProfile will be returned.
msg | TEACH_IN Message to parse |
|
static |
Returns eoProfile based on the specified rorg,func and type.
This helper function, returns the specified eoProfile based on the rorg,func and type information or a null pointer if it is not supported.
rorg | see [EEP] |
func | see [EEP] |
type | see [EEP] |