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
Methods
BeginInvoke(WebRtcDataChannel, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(WebRtcDataChannel channel, AsyncCallback callback, object @object)
Parameters
channel
WebRtcDataChannelcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(WebRtcDataChannel)
public virtual void Invoke(WebRtcDataChannel channel)
Parameters
channel
WebRtcDataChannel