Name

ses_write — Write character data to an open TCP session.

Synopsis

ses_write ( in buffer varchar ,
in ses session_handle );

Description

This function is used to write character data taken from the buffer parameter to an open TCP session. 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.