C

QSafeEventOutputVerificationVerifyItem Class

class SafeRenderer::QSafeEventOutputVerificationVerifyItem

The 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

This class was introduced in QtSafeRenderer 2.0.

Public Functions

SafeRenderer::quint32 itemId() const
void setItemId(const SafeRenderer::quint32 idArg)

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.