log read only, enhanced, and device

This commit is contained in:
John
2021-01-30 20:14:28 +01:00
parent 6c5cc382db
commit 61958107af
2 changed files with 12 additions and 2 deletions
+6
View File
@@ -194,6 +194,12 @@ class Device {
*/
bool isReadOnly() const { return m_readOnly; }
/**
* Return whether the device supports the ebusd enhanced protocol.
* @return whether the device supports the ebusd enhanced protocol.
*/
bool isEnhancedProto() const { return m_enhancedProto; }
/**
* Set the @a DeviceListener.
* @param listener the @a DeviceListener.