public interface EnOceanMessage
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Gets the bytes corresponding to the whole message, including the CRC.
|
int |
getDbm()
Returns the average RSSI on all the received subtelegrams, including
redundant ones.
|
int |
getDestinationId() |
int |
getFunc() |
byte[] |
getPayloadBytes()
Returns the payload bytes of this message.
|
int |
getRorg() |
int |
getSecurityLevelFormat()
Returns the security level of this message, as specified in the 'Security
of EnOcean Radio Networks' draft, section 4.2.1.3.
|
int |
getSenderId() |
int |
getStatus()
Gets the current EnOcean status of the Message.
|
int |
getSubTelNum()
Returns the number of subtelegrams (usually 1) this Message carries.
|
int |
getType() |
int getRorg()
int getFunc()
int getType()
int getSenderId()
int getDestinationId()
byte[] getBytes()
byte[] getPayloadBytes()
int getStatus()
int getSubTelNum()
int getDbm()
int getSecurityLevelFormat()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0