webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::Connection::PendingSyncReply Struct Reference

Public Member Functions

 PendingSyncReply ()=default
 
 PendingSyncReply (uint64_t syncRequestID)
 

Public Attributes

uint64_t syncRequestID { 0 }
 
std::unique_ptr< Decoder > replyDecoder
 
bool didReceiveReply { false }
 

Constructor & Destructor Documentation

◆ PendingSyncReply() [1/2]

cricket::Connection::PendingSyncReply::PendingSyncReply ( )
default

◆ PendingSyncReply() [2/2]

cricket::Connection::PendingSyncReply::PendingSyncReply ( uint64_t  syncRequestID)
inlineexplicit

Member Data Documentation

◆ didReceiveReply

bool cricket::Connection::PendingSyncReply::didReceiveReply { false }

◆ replyDecoder

std::unique_ptr<Decoder> cricket::Connection::PendingSyncReply::replyDecoder

◆ syncRequestID

uint64_t cricket::Connection::PendingSyncReply::syncRequestID { 0 }

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