Struct CChannelConnector::SCallEntry#

Nested Relationships#

This struct is a nested type of Class CChannelConnector.

Struct Documentation#

struct SCallEntry#

Call entry structure that is defined for a call to wait for the result.

Public Types

typedef sdv::sequence<sdv::pointer<uint8_t>> seqResult#

The result data.

Public Members

std::mutex mtxWaitForResult#

Mutex to protect result processing.

std::condition_variable cvWaitForResult#

Condition variable to trigger result processing.

bool bCancel = false#

Cancel processing when set.