PxMbxIdError()

Return the last error of the object handle Mbx.

APPLIES TO

1.0.0

SYNOPSIS
PxError_t PxMbxIdError (PxMbx_t Mbx);
ARGUMENTS
Mbx

A Mbx handle

RETURN VALUES
  • The last error of the object handle Mbx

DESCRIPTION

PxMbxIdError returns the last error of the object handle Mbx.

USAGE
#include "pxdef.h"

PxError_t err = PxMbxIdError(Mbx);

if (err != PXERR_NOERROR) {
    // Report error
}