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