TcEventPriority

This enum describes the event priority. Now only the implicit priority is available.

enum TcEventPriority
{
    TCEVENTPRIO_IMPLICIT=0,
};
Parameters

Item

Description

TCEVENTPRIO_IMPLICIT

The standard priority

Remarks

The only priority that is defined by the enum is TCEVENTPRIO_IMPLICIT. For higher priorities the user uses an integer > TCEVENTPRIO_IMPLICIT. In every method where a priority is used the type long is used and not the type TcEventPriority.