Specifications
OLE reference
156
Glink: API reference manual Gallagher & Robertson
The Connect method
Connects the communications line
Connect ( Hostname )
Hostname: String host name to connect to
Return value: none
This method connects the communications line. If the configured
communications interface supports a host name, such as TCP/IP connections,
then the Hostname parameter will be use. If an empty string is provided, then
the default config values will be used.
The Disconnect method
Disconnects the communications line
Disconnect( )
Return value: none
This method disconnects the communications line.
The Emulate method
Emulates a string locally
Emulate ( Hostdata )
Hostdata: String host data to emulate
Return value: none
This method emulates a string locally. This string may be simple text or contain
emulation escape sequences. Normally this command will be used to process
host data obtained with the Receive method when the Process variable was
passed as FALSE.