randolf.ca  1.00
Randolf's C++ classes
randolf::rsocket_group_rc Struct Reference

Internal structure that rsocket_group uses to communicate results from mass operations across multiple rsocket objects. More...

+ Collaboration diagram for randolf::rsocket_group_rc:

Public Attributes

int bytes_tx = 0
 Number of bytes that were sent. More...
 
std::exception * e = nullptr
 Pointer to exception that was thrown (if not set to nullptr) More...
 
rsocketr = nullptr
 Pointer to instantiated rsocket object. More...
 

Detailed Description

Internal structure that rsocket_group uses to communicate results from mass operations across multiple rsocket objects.

See also
rsocket_group

Member Data Documentation

◆ r

rsocket* randolf::rsocket_group_rc::r = nullptr

Pointer to instantiated rsocket object.

◆ bytes_tx

int randolf::rsocket_group_rc::bytes_tx = 0

Number of bytes that were sent.

◆ e

std::exception* randolf::rsocket_group_rc::e = nullptr

Pointer to exception that was thrown (if not set to nullptr)


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