PxMbxIdGet()

Return the object ID of the object handle Mbx.

APPLIES TO

8.2.0

SYNOPSIS
PxObjId_t PxMbxIdGet (PxMbx_t Mbx);
ARGUMENTS
Mbx

A Mbx handle

RETURN VALUES
  • Object ID of the object handle Mbx

DESCRIPTION

PxMbxIdGet returns the object ID of the object handle Mbx.

USAGE
#include "pxdef.h"

PxObjId_t objid = PxMbxIdGet(Mbx);