Writes a string of characters directly to the host communications layer, without going through the presentation space. The Unicode characters are converted to bytes with the default encoding for the platform.
Depending on the type of terminal and type of host connection, this data may have to be in the 8-bit ASCII, 8-bit EBCDIC or 6-bit ALC character set.
'Declaration
Public Function RawDataTransmit( _
ByVal As String _
) As Integer
'Usage
Dim instance As ScreenUPG
Dim inText As String
Dim value As Integer
value = instance.RawDataTransmit(inText)
public int RawDataTransmit(
string
)
public:
int RawDataTransmit(
String^
)
Parameters
- inText
- The text to send to the host.
Return Value
The status of the operation.
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