log read only, enhanced, and device
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user