Extending the RSC Class

This section of the help includes the code for a class Sample which extends the RSC class to access the Remote Basic subroutine RW.SAMPLE.

It also includes the code for a class Main which creates an instance of Sample to run RW.SAMPLE, passing in the parameters required by RW.SAMPLE and receiving these parameters which are simply returned by the subroutine.

Sample

Main