PxDelayIdGet()
Return the object ID of the object handle Delay.
- APPLIES TO
-
1.0.0
- SYNOPSIS
-
PxObjId_t PxDelayIdGet (PxDelay_t Delay);
- ARGUMENTS
|
- RETURN VALUES
-
-
Object ID of the object handle Delay
-
- DESCRIPTION
-
PxDelayIdGet returns the object ID of the object handle Delay.
- USAGE
-
#include "pxdef.h" PxObjId_t objid = PxDelayIdGet(Delay);