|
EnOcean Link
1.14.2.0
Middleware to Connect EnOcean easily to other Projects
|
This section describes the Gateway functionality and cooperation with GatewayController firmware. More...
|
Modules | |
| Filters | |
| This section describes the filter functionality of the Gateway. | |
| Remote Management API | |
| This section shows the functions and structures used for remote management. | |
| Remote Commissioning API | |
| This section shows the functions and structures used for remote commissioning. | |
| ESP 3 Command Support | |
| This part holds the structures for the support of COMMON COMMANDs from EnOcen Serial Protocol. | |
| Smart Acknowledge Support | |
| This section holds the functions and structures used for smart acknowledge. Smart Acknowledge Lrn is part of the normal teach in process too. | |
Classes | |
| class | eoGateway |
| EnOcean Gateway class, for handling a gateway Module. More... | |
| class | eoDevice |
| a class to describe an EnOcean Device More... | |
| class | eoDeviceManager |
| Manages the devices. More... | |
| class | eoMessage |
| Message Class for communication. More... | |
| class | eoPacket |
| Class which contains a Packet. More... | |
| class | eoChannelInfo |
| Abstract class for channel information. Abstract class for channel information. From this class specific channel informations classes for Generic Profiles or EEP are derived. More... | |
| class | TEACH_STRUCT |
| Teach message structure. More... | |
| class | eoProfile |
| base class for Profile parsing More... | |
| class | eoTeachInModule |
| handles TeachIn Messages More... | |
| enum | RECEIVE_FLAGS { RECV_PACKET = (1 << 0), RECV_TELEGRAM = (1 << 1), RECV_MESSAGE = (1 << 2), RECV_TEACHIN = (1 << 3), RECV_PROFILE = (1 << 4), RECV_TELEGRAM_SEC = (1 << 5), RECV_ERROR = (1 << 6), RECV_DEVICE_ADDED = (1 << 7), RECV_SECTEACHIN = (1 << 8), RECV_REMAN = (1 << 9), RECV_TELEGRAM_ERP2 = (1 << 10), RECV_MAINTENANCE = (1 << 11) } |
This section describes the Gateway functionality and cooperation with GatewayController firmware.
| enum RECEIVE_FLAGS |
Receive Flags from the gateway, to handle the receive events.