|
FreeNOS
|
Holds an outgoing request. More...
Public Member Functions | |
| const bool | operator== (const struct Request &req) const |
| const bool | operator!= (const struct Request &req) const |
Data Fields | |
| bool | active |
| ProcessID | pid |
| ChannelMessage * | message |
| CallbackFunction * | callback |
Holds an outgoing request.
Definition at line 57 of file ChannelClient.h.
|
inline |
Definition at line 69 of file ChannelClient.h.
|
inline |
Definition at line 64 of file ChannelClient.h.
| bool ChannelClient::Request::active |
Definition at line 59 of file ChannelClient.h.
Referenced by ChannelClient::processResponse(), and ChannelClient::sendRequest().
| CallbackFunction* ChannelClient::Request::callback |
Definition at line 62 of file ChannelClient.h.
Referenced by operator!=(), operator==(), ChannelClient::processResponse(), and ChannelClient::sendRequest().
| ChannelMessage* ChannelClient::Request::message |
Definition at line 61 of file ChannelClient.h.
Referenced by operator!=(), operator==(), ChannelClient::processResponse(), and ChannelClient::sendRequest().
| ProcessID ChannelClient::Request::pid |
Definition at line 60 of file ChannelClient.h.
Referenced by ChannelClient::processResponse(), and ChannelClient::sendRequest().
1.8.17