CopyData.RaiseBytesReceived Method

Tungsten Suite

CopyDataRaiseBytesReceived Method

Raises the BytesReceived event

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
protected void RaiseBytesReceived(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The bytes received
See Also