C
QSafeEventOutputVerificationVerifyItem Class
class SafeRenderer::QSafeEventOutputVerificationVerifyItemThe QSafeEventOutputVerificationVerifyItem is used to update the output CRC value of the single safe item. More...
Header: | #include <QSafeEventOutputVerificationVerifyItem> |
Since: | QtSafeRenderer 2.0 |
Inherits: | SafeRenderer::QSafeEvent |
Public Functions
Detailed Description
The item's output CRC value is updated and stored in the queue. The result can be read using the SafeRenderer::QSafeEventOutputVerificationStatusRequest.
Member Function Documentation
SafeRenderer::quint32 QSafeEventOutputVerificationVerifyItem::itemId() const
Returns the ID of the item.
See also setItemId().
void QSafeEventOutputVerificationVerifyItem::setItemId(const SafeRenderer::quint32 idArg)
Sets the message ID.
idArg is the ID of the item which need to be verified.
See also itemId().
Available under certain Qt licenses.
Find out more.