PxMbxIdGet()
Return the object ID of the object handle Mbx.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxObjId_t PxMbxIdGet (PxMbx_t Mbx); - ARGUMENTS
|
- RETURN VALUES
-
-
Object ID of the object handle
Mbx
-
- DESCRIPTION
-
PxMbxIdGetreturns the object ID of the object handleMbx.
- USAGE
-
#include "pxdef.h" PxObjId_t objid = PxMbxIdGet(Mbx);