PxToIdResetError()

Reset the last error of the object handle To.

APPLIES TO

1.0.0

SYNOPSIS
PxError_t PxToIdResetError (PxTo_t *To);
ARGUMENTS
To

Pointer to the To handle

RETURN VALUES
  • The last error of the object handle To

DESCRIPTION

PxToIdResetError resets the last error of the object handle To.

USAGE
#include "pxdef.h"

PxError_t err = PxToIdResetError(To);