CPS_GetSslHandshakePriority

C Specification

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

Arguments

None.

Return Values

Priority level.

Description

For portions that take a long time to calculate (several hundred milliseconds), this obtains the execution priority to use during SSL handshaking. This function can be executed with or without initializing the CPS library. Does not block.

See Also

CPS_SetSslHandshakePriority

Revision History

11/09/2005 Initial version.