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 Basic | Visual 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