Important: The information in this document is obsolete and should not be used for new development.
OTIsAtInterruptLevel
Checks whether Open transport is currently executing at interrupt level.C INTERFACE
Boolean OTIsAtInterruptLevel(void);C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
function result The function returnstrue
if Open Transport is at interrupt level.