Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostScreen Class > Methods

encodePassThru Method

Scroll Prev Top Next More

Return a screen area as a special compressed string.

 

String HostScreen.encodePassThru(int leftRow, int leftColumn, int rightRow,

int rightColumn);

 

Arguments

 

HostScreen

 Required. HostScreen object.

 

leftRow

 Required. The row for the upper left corner of the area to be encoded

leftColumn

 Required. The column for the upper left corner of the area to be encoded

rightRow

 Required. The row for the lower right corner of the area to be encoded

rightColumn

 Required. The column for the lower right corner of the area to be encoded

 

Remarks

 

This method returns a special, compressed string representing the screen contents found in a rectangle bounded inclusively by the leftRow, leftColumn and rightRow, rightColumn coordinates.

 

The encoding of the string utilizes run-length-encoding to compress duplicate characters.  It is intended for use in the Inventu Viewer+ Terminal Emulation web framework and is not intended for general use.

 

The Inventu Viewer+.SCWebControls.SCPassThru custom control encapsulates the use of this method and ties it together with the DHTML framework function SCdecode().

 

Requirements

 

Inventu Viewer+

 

 

Applies To: HostScreen object

 


© 2022 Inventu Corporation