PxMcIdSet()

Return an object handle which holds id as the object ID.

APPLIES TO

8.2.0

SYNOPSIS
PxMc_t PxMcIdSet (PxObjId_t id);
ARGUMENTS
id

The object id

RETURN VALUES
  • Mc handle

DESCRIPTION

PxMcIdSet returns an object handle which holds id as the object ID.

USAGE
#include "pxdef.h"

PxMc_t id = PxMcIdSet(oid);