Initializes a new instance of the UDPReceivedEventArgs class

Namespace: VVVV.Utils.Network
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public UDPReceivedEventArgs(
	IPEndPoint s,
	byte[] data
)

Parameters

s
Type: System.Net..::..IPEndPoint

[Missing <param name="s"/> documentation for "M:VVVV.Utils.Network.UDPReceivedEventArgs.#ctor(System.Net.IPEndPoint,System.Byte[])"]

data
Type: array<System..::..Byte>[]()[][]

[Missing <param name="data"/> documentation for "M:VVVV.Utils.Network.UDPReceivedEventArgs.#ctor(System.Net.IPEndPoint,System.Byte[])"]

See Also