ScreenUPG Assembly > ScreenUPG Namespace > ScreenUPG Class : getOIAContents Method |
'Declaration
Public Function getOIAContents() As String
public string getOIAContents()
public: String^ getOIAContents();
string oia = screen.getOIAContents(); // Get connection status int status = oia[83];
Dim oia As String Dim status As Integer 'Get the OIA oia = screen.getOIAContents 'Get the connection status status = Asc$(Mid$(oia, 84, 1))
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2