eRPC API Reference
Rev. 1.12.0
NXP Semiconductors
|
Request info for a client trying to receive a response. More...
#include <erpc_transport_arbitrator.hpp>
Public Member Functions | |
PendingClientInfo (void) | |
Constructor. | |
~PendingClientInfo (void) | |
Destructor. | |
Public Attributes | |
RequestContext * | m_request |
Semaphore | m_sem |
bool | m_isValid |
PendingClientInfo * | m_next |
Request info for a client trying to receive a response.
RequestContext* erpc::TransportArbitrator::PendingClientInfo::m_request |
Client request context.
Semaphore erpc::TransportArbitrator::PendingClientInfo::m_sem |
Client semaphore.
bool erpc::TransportArbitrator::PendingClientInfo::m_isValid |
This struct validation.
PendingClientInfo* erpc::TransportArbitrator::PendingClientInfo::m_next |
Next client pending information.