ses_write
Write character data to an open TCP session.
ses_write
(in buffer varchar,
[in ses session_handle]);
Description
This functin is used to write character data taken from the buffer
parameter to an open TCP sesson. Attempts to write to a close session
will result in an error being returned.
Parameters
buffer –
Character data to be sent to the session.
ses –
A valid session handle. If none is supplied the current VSP
context is assumed.