EnOcean Link
1.14.0.0
Middleware to Connect EnOcean easily to other Projects
|
#include <eoReManMessage.h>
Public Member Functions | |
uint8_t | copyTo (eoReManMessage &msg) const |
eoReManMessage (uint16_t size) | |
Public Attributes | |
uint32_t | sourceID |
EnOcean Source ID of the Remote Management Message. | |
uint32_t | destinationID |
EnOcean Destination ID of the Remote Management Message. | |
uint8_t | securityLevel |
Security level EnOcean ID id of the Remote Management Message. | |
uint16_t | fnCode |
Remote Management Function Code of the Remote Management Message. | |
uint16_t | manufacturerID |
Manufacturer ID of the Remote Management Message. | |
int8_t | dBm |
Best RSSI value of all subtelegrams or sub messages if it was chained, 127 means not available. | |
Additional Inherited Members |
Remote Management message type also with reman header.
eoReManMessage::eoReManMessage | ( | uint16_t | size | ) |
Constructor.
size | Size of the new module. |
uint8_t eoReManMessage::copyTo | ( | eoReManMessage & | msg | ) | const |
Copy existing message.
msg | To be copy message. |