added getPollPriority()

This commit is contained in:
john30
2014-11-30 20:18:35 +01:00
parent 377c9c61c0
commit 3da2c42c0e
+5
View File
@@ -118,6 +118,11 @@ public:
* @return the key for storing in @a MessageSet.
*/
unsigned long long getKey() { return m_key; }
/**
* @brief Get the polling priority, or 0 for no polling at all.
* @return the polling priority, or 0 for no polling at all.
*/
unsigned char getPollPriority() const { return m_pollPriority; }
/**
* @brief Reads the value from the master or slave @a SymbolString.
* @param masterData the unescaped master data @a SymbolString for reading binary data.