nn::dlp::CTR::Server::GetEventDesc Member Functionstatic nn::Result GetEventDesc( EventDesc * pEventDesc );
| Name | Description | |
|---|---|---|
| out | pEventDesc | Specifies where events are read to. |
| Value | Description |
|---|---|
| ResultSuccess | The event was obtained successfully. |
ResultNoData |
There is no event. |
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 API does not block and returns the error code returned by the ResultNoData() function.
Use the various functions for getting states for other processing even if no events are obtained.
CONFIDENTIAL