PxMbxIdResetError()

Reset the last error of the object handle Mbx.

APPLIES TO

1.0.0

SYNOPSIS
PxError_t PxMbxIdResetError (PxMbx_t *Mbx);
ARGUMENTS
Mbx

Pointer to the Mbx handle

RETURN VALUES
  • The last error of the object handle Mbx

DESCRIPTION

PxMbxIdResetError resets the last error of the object handle Mbx.

USAGE
#include "pxdef.h"

PxError_t err = PxMbxIdResetError(Mbx);