eRPC API Reference  Rev. 1.12.0
NXP Semiconductors
erpc::TransportArbitrator::PendingClientInfo Struct Reference

Request info for a client trying to receive a response. More...

#include <erpc_transport_arbitrator.hpp>

+ Collaboration diagram for erpc::TransportArbitrator::PendingClientInfo:

Public Member Functions

 PendingClientInfo (void)
 Constructor.
 
 ~PendingClientInfo (void)
 Destructor.
 

Public Attributes

RequestContextm_request
 
Semaphore m_sem
 
bool m_isValid
 
PendingClientInfom_next
 

Detailed Description

Request info for a client trying to receive a response.

Member Data Documentation

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.


The documentation for this struct was generated from the following files: