UdpDataReceivedEventArgs Constructor Bespoke Osc Library
Initializes a new instance of the UdpDataReceivedEventArgs class.

Namespace: Bespoke.Common.Net
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	sourceEndPoint As IPEndPoint, _
	data As Byte() _
)

Parameters

sourceEndPoint
Type: OnlineSystem.Net IPEndPoint
The associated source endpoiint.
data
Type:  OnlineSystem Byte 
The associated data.
See Also