TcpDataReceivedEventArgs Constructor Bespoke Osc Library
Initializes a new instance of the TcpConnectionEventArgs 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 ( _
	connection As TcpConnection, _
	data As Byte() _
)

Parameters

connection
Type: Bespoke.Common.Net TcpConnection
The associated connection.
data
Type:  OnlineSystem Byte 
The associated data.
See Also