Virgil IoT KIT
|
Device information. More...
#include <VSQSnapINFOClient.h>
Public Member Functions | |
VSQDeviceInfo () | |
Default constructor. More... | |
VSQDeviceInfo (const VSQMac &mac) | |
Copy constructor. More... | |
Data Fields | |
quint16 | m_pollingInterval |
Polling interval in seconds. More... | |
VSQMac | m_mac |
MAC address. More... | |
VSQDeviceRoles | m_deviceRoles |
Device roles. More... | |
VSQManufactureId | m_manufactureId |
Manufacture ID. More... | |
VSQDeviceType | m_deviceType |
Device type. More... | |
VSQFileVersion | m_fwVer |
File version. More... | |
VSQFileVersion | m_tlVer |
Trust List version. More... | |
quint32 | m_sent |
Sent packets. More... | |
quint32 | m_received |
Received packets. More... | |
QDateTime | m_lastTimestamp |
Last information timestamp. More... | |
bool | m_isActive |
Device is active. More... | |
bool | m_hasGeneralInfo |
Device has general information. More... | |
bool | m_hasStatistics |
Device has statistics. More... | |
Device information.
This structure is used by VSQSnapInfoClient class
|
inline |
Default constructor.
|
inline |
Copy constructor.
VSQDeviceRoles VSQDeviceInfo::m_deviceRoles |
Device roles.
VSQDeviceType VSQDeviceInfo::m_deviceType |
Device type.
VSQFileVersion VSQDeviceInfo::m_fwVer |
File version.
bool VSQDeviceInfo::m_hasGeneralInfo |
Device has general information.
bool VSQDeviceInfo::m_hasStatistics |
Device has statistics.
bool VSQDeviceInfo::m_isActive |
Device is active.
QDateTime VSQDeviceInfo::m_lastTimestamp |
Last information timestamp.
VSQMac VSQDeviceInfo::m_mac |
MAC address.
VSQManufactureId VSQDeviceInfo::m_manufactureId |
Manufacture ID.
quint16 VSQDeviceInfo::m_pollingInterval |
Polling interval in seconds.
quint32 VSQDeviceInfo::m_received |
Received packets.
quint32 VSQDeviceInfo::m_sent |
Sent packets.
VSQFileVersion VSQDeviceInfo::m_tlVer |
Trust List version.