C

SafeRenderer::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

Public Functions

QSafeEventOutputVerificationVerifyItem()
QSafeEventOutputVerificationVerifyItem(const SafeRenderer::QSafeEvent &baseEvent)
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

QSafeEventOutputVerificationVerifyItem::QSafeEventOutputVerificationVerifyItem()

Constructs a QSafeEventOutputVerificationVerifyItem object.

eventType is set to EventOutputVerificationVerifyItem.

[explicit] QSafeEventOutputVerificationVerifyItem::QSafeEventOutputVerificationVerifyItem(const SafeRenderer::QSafeEvent &baseEvent)

Constructs a QSafeEventOutputVerificationVerifyItem instance, copying data from another instance baseEvent.

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.