PxGetAbortFrameSize()
Return the size of an abort frame.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxSize_t PxGetAbortFrameSize (void); - RETURN VALUES
-
-
Size of an abort frame
-
- DESCRIPTION
-
PxGetAbortFrameSizereturns the size of an abort frame.
- IMPLEMENTATION GUIDELINES
-
- Before call
-
-
No checks necessary.
-
- After call
-
-
No checks necessary.
-
- Best Practice
-
-
No restrictions.
-
- SEE ALSO
- USAGE
-
#include "pxdef.h" PxSize_t Size = PxGetAbortFrameSize();