CPS_GetThreadPriority

C Specification

#include <nitroWiFi/cps.h>
u32 CPS_GetThreadPriority(void);

Arguments

None.

Return Values

Thread priority

Description

Obtains the thread priority generated internally by the CPS library. Does not block. This function can be called even when the CPS library cannot be used.

See Also

CPS_SetThreadPriority

Revision History

10/21/2005 Initial version.