Called by the handler of the PRO4 protocol communications port when data has been recieved. This data is either que'd or immeditatly sent to the port depending upon the ImmediateOutput flag

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public virtual void Rx(
	byte[] data
)
Visual Basic (Declaration)
Public Overridable Sub Rx ( _
	data As Byte() _
)
Visual C++
public:
virtual void Rx(
	array<unsigned char>^ data
)

Parameters

data
Type: array< System..::.Byte >[]()[]
data recieved from the device

See Also