PxGetAbortFrameSize()
Return the size of an abort frame.
- APPLIES TO
-
8.2.0
- SYNOPSIS
-
PxSize_t PxGetAbortFrameSize (void);
- RETURN VALUES
-
-
Size of an abort frame
-
- DESCRIPTION
-
PxGetAbortFrameSize returns 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();