LeviLamina
Loading...
Searching...
No Matches
cricket::StunBindingRequest Class Reference
Inheritance diagram for cricket::StunBindingRequest:

Public Member Functions

StunBindingRequest & operator= (StunBindingRequest const &)
 StunBindingRequest (StunBindingRequest const &)
virtual bool CheckSkip ()
virtual void OnSkip ()
virtual void OnResponse (::cricket::StunMessage *response)
virtual void OnErrorResponse (::cricket::StunMessage *response)
virtual void OnTimeout ()
MCAPI StunBindingRequest (::cricket::UDPPort *port, ::rtc::SocketAddress const &addr, int64 start_time, bool is_keepalive)
MCAPI void * $ctor (::cricket::UDPPort *port, ::rtc::SocketAddress const &addr, int64 start_time, bool is_keepalive)
MCAPI bool $CheckSkip ()
MCAPI void $OnSkip ()
MCAPI void $OnResponse (::cricket::StunMessage *response)
MCAPI void $OnErrorResponse (::cricket::StunMessage *response)
MCAPI void $OnTimeout ()
virtual void OnSent ()
virtual int resend_delay ()
MCAPI int Elapsed () const
MCAPI void Send (::webrtc::TimeDelta delay)
MCAPI void SendDelayed (::webrtc::TimeDelta delay)
MCAPI void SendInternal ()
MCAPI::cricket::StunMessage const * msg () const
MCAPI void set_timed_out ()
MCAPI void * $ctor (::cricket::StunRequestManager &manager, ::std::unique_ptr<::cricket::StunMessage > message)
MCAPI void $dtor ()
MCAPI void $OnSent ()
MCAPI int $resend_delay ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnkdaece5
::ll::UntypedStorage< 8, 80 > mUnk1032d6
::ll::UntypedStorage< 8, 8 > mUnk9e9b88
::ll::UntypedStorage< 1, 1 > mUnk3bbf8f
::ll::UntypedStorage< 8, 8 > mUnk89e87e
::ll::UntypedStorage< 8, 8 > mUnk910cb8
::ll::UntypedStorage< 8, 8 > mUnka0487a
::ll::UntypedStorage< 4, 4 > mUnk7deb95
::ll::UntypedStorage< 1, 1 > mUnkbc8af7
::ll::UntypedStorage< 8, 8 > mUnk310b10
::ll::UntypedStorage< 1, 1 > mUnkbce873

Constructor & Destructor Documentation

◆ StunBindingRequest()

MCAPI cricket::StunBindingRequest::StunBindingRequest ( ::cricket::UDPPort * port,
::rtc::SocketAddress const & addr,
int64 start_time,
bool is_keepalive )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ CheckSkip()

virtual bool cricket::StunBindingRequest::CheckSkip ( )
virtual

Reimplemented from cricket::StunRequest.

◆ OnSkip()

virtual void cricket::StunBindingRequest::OnSkip ( )
virtual

Reimplemented from cricket::StunRequest.

◆ OnResponse()

virtual void cricket::StunBindingRequest::OnResponse ( ::cricket::StunMessage * response)
virtual

Reimplemented from cricket::StunRequest.

◆ OnErrorResponse()

virtual void cricket::StunBindingRequest::OnErrorResponse ( ::cricket::StunMessage * response)
virtual

Reimplemented from cricket::StunRequest.

◆ OnTimeout()

virtual void cricket::StunBindingRequest::OnTimeout ( )
virtual

Reimplemented from cricket::StunRequest.

◆ $ctor() [1/2]

MCAPI void * cricket::StunBindingRequest::$ctor ( ::cricket::UDPPort * port,
::rtc::SocketAddress const & addr,
int64 start_time,
bool is_keepalive )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $CheckSkip()

MCAPI bool cricket::StunBindingRequest::$CheckSkip ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnSkip()

MCAPI void cricket::StunBindingRequest::$OnSkip ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnResponse()

MCAPI void cricket::StunBindingRequest::$OnResponse ( ::cricket::StunMessage * response)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnErrorResponse()

MCAPI void cricket::StunBindingRequest::$OnErrorResponse ( ::cricket::StunMessage * response)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnTimeout()

MCAPI void cricket::StunBindingRequest::$OnTimeout ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** cricket::StunBindingRequest::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Elapsed()

MCAPI int cricket::StunRequest::Elapsed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ Send()

MCAPI void cricket::StunRequest::Send ( ::webrtc::TimeDelta delay)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SendDelayed()

MCAPI void cricket::StunRequest::SendDelayed ( ::webrtc::TimeDelta delay)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SendInternal()

MCAPI void cricket::StunRequest::SendInternal ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ msg()

MCAPI::cricket::StunMessage const * cricket::StunRequest::msg ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ set_timed_out()

MCAPI void cricket::StunRequest::set_timed_out ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/2]

MCAPI void * cricket::StunRequest::$ctor ( ::cricket::StunRequestManager & manager,
::std::unique_ptr<::cricket::StunMessage > message )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void cricket::StunRequest::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnSent()

MCAPI void cricket::StunRequest::$OnSent ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $resend_delay()

MCAPI int cricket::StunRequest::$resend_delay ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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