Return type:
Applies to:
WRITE ( buffer , position , bytes-to-write )An integer expression greater than 0 that indicates the starting byte position within buffer which should be written to the socket.This method expects buffer to identify a MEMPTR variable which already has a region of memory associated with it. The developer must call the SET-SIZE statement to allocate memory and associate it with a MEMPTR variable. It is the responsibility of the developer to free this memory, also via the SET-SIZE statement. The WRITE method will fail if the size of buffer is less than bytes-to-write.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |