Table of Contents

Delegate WebRtcPeerConnection.DataChannelReceivedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the DataChannelReceived event of a WebRtcPeerConnection class.

public delegate void WebRtcPeerConnection.DataChannelReceivedEventHandler(WebRtcDataChannel channel)

Parameters

channel WebRtcDataChannel
Represents the method that handles the event of a class.

Constructors

DataChannelReceivedEventHandler(object, IntPtr)

public DataChannelReceivedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(WebRtcDataChannel, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(WebRtcDataChannel channel, AsyncCallback callback, object @object)

Parameters

channel WebRtcDataChannel
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(WebRtcDataChannel)

public virtual void Invoke(WebRtcDataChannel channel)

Parameters

channel WebRtcDataChannel