Gets the E2E result of the recent E2E check.

Syntax

template <…>
ara::com::e2e::Result const amsr::socal::r20_11::events::ProxyEvent<…>::GetResult() const

Returns

The E2E result of the recent E2E check.

Thread-safety, Reentrance, Result Delivery

  • Threadsafe : FALSE for same class instance, TRUE for different instances.
    This API can be called from event receive handler when subscription / unsubscription is requested in parallel from the application thread without the need of additional synchronization measures.
  • Reentrant : FALSE for same class instance, TRUE for different instances
  • Synchronous : TRUE