nn::dlp::CTR::Server::GetEventDesc Member Function

Syntax

static nn::Result GetEventDesc(
     EventDesc * pEventDesc
);

Arguments

Name Description
out pEventDesc Specifies where events are read to.

Return Values

Returns the result of the operation.

Description

Gets arriving events from the queue.

The queue size is currently 32 elements. Once the queue is full, new events are added and the oldest events are deleted. If there are no events, this function does not block and returns the error code returned by the ResultNoData function. Use the various functions for getting state for other processing even if no events are obtained.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL