|
deCONZ C++ API v2.6.1
|
GPDE-DATA.indication primitive. More...
#include <green_power.h>
Public Member Functions | |
| GpDataIndication () | |
| Constructor. | |
| GpDataIndication (const GpDataIndication &other) | |
| Copy constructor. | |
| GpDataIndication & | operator= (const GpDataIndication &other) |
| Copy constructor. | |
| ~GpDataIndication () | |
| Deconstructor. | |
| bool | readFromStream (QDataStream &stream) |
| Stream starts at msdu payload after MAC header. | |
| bool | readFromStreamGpNotification (QDataStream &stream) |
| Stream starts at msdu payload after MAC header. | |
| quint32 | gpdSrcId () const |
| Returns the GPD SrcID. | |
| quint8 | gpdCommandId () const |
| Returns the GPD CommandID. | |
| quint32 | frameCounter () const |
| Returns the security frame counter. | |
| const QByteArray & | payload () const |
| Returns the GPD payload. | |
| quint16 | gppShortAddress () const |
| Proxy (GPP) short address. | |
| quint8 | gppGpdLink () const |
| GPP-GPD link info as seen by the GPP. | |
| qint8 | gppRssi () const |
| GPP-GPD RSSI value. | |
| GppGpdLqi | gppLqi () const |
| GPP-GPD Link Quality Indicator (LQI). | |
GPDE-DATA.indication primitive.
| quint8 deCONZ::GpDataIndication::gppGpdLink | ( | ) | const |
GPP-GPD link info as seen by the GPP.
| GppGpdLqi deCONZ::GpDataIndication::gppLqi | ( | ) | const |
GPP-GPD Link Quality Indicator (LQI).
| qint8 deCONZ::GpDataIndication::gppRssi | ( | ) | const |
GPP-GPD RSSI value.
| quint16 deCONZ::GpDataIndication::gppShortAddress | ( | ) | const |
Proxy (GPP) short address.