3#include "mc/_HeaderOutputPredefine.h"
7namespace cricket {
class StunMessage; }
8namespace cricket {
class StunRequestManager; }
9namespace webrtc {
class TimeDelta; }
46 virtual void OnTimeout();
49 virtual void OnSent();
52 virtual int resend_delay();
68 MCNAPI ::cricket::StunMessage
const*
msg()
const;
Definition StunMessage.h:23
Definition StunRequestManager.h:14
Definition StunRequest.h:14
MCAPI void SendInternal()
MCAPI::cricket::StunMessage const * msg() const
MCAPI void SendDelayed(::webrtc::TimeDelta)
MCAPI void Send(::webrtc::TimeDelta)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::cricket::StunRequestManager &, ::std::unique_ptr<::cricket::StunMessage >)
MCAPI int Elapsed() const
MCAPI StunRequest(::cricket::StunRequestManager &, ::std::unique_ptr<::cricket::StunMessage >)
MCAPI void set_timed_out()
Definition TimeDelta.h:10