PxMcIdResetError()

Reset the last error of the object handle Mc.

APPLIES TO

8.2.0

SYNOPSIS
PxError_t PxMcIdResetError (PxMc_t *Mc);
ARGUMENTS
Mc

Pointer to the Mc handle

RETURN VALUES
  • The last error of the object handle Mc

DESCRIPTION

PxMcIdResetError resets the last error of the object handle Mc.

USAGE
#include "pxdef.h"

PxError_t err = PxMcIdResetError(Mc);