vrLib SDK Documentation
Rx Method (data)
NamespacesVideoRay.CommunicationProtocol_PRO4_InterfaceAdapterRx(array<Byte>[]()[])
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
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Rx(
	byte[] data
)
Public Overridable Sub Rx ( _
	data As Byte() _
)
public:
virtual void Rx(
	array<unsigned char>^ data
)
Parameters
data (array< Byte >[]()[])
data recieved from the device

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)