background image
<< Using LRS Functions | Environment Functions >>
<< Using LRS Functions | Environment Functions >>

Buffer Functions

Creating Vuser Scripts
Chapter 12, page 214
Windows Sockets Vuser Scripts · Developing Windows Sockets Vuser Scripts
In
Buffer Functions
lrs_get_buffer_by_name
Gets a buffer and its size from the data file.
lrs_get_last_received_buffer Gets the last buffer received on the socket and its
size.
lrs_get_received_buffer
Gets the last received buffer or a part of it.
lrs_get_static_buffer
Gets a static buffer or a part of it.
lrs_get_user_buffer
Gets the contents of the user data for a socket.
lrs_get_user_buffer_size
Gets the size of the user data for a socket.
lrs_free_buffer
Frees the memory allocated for the buffer.
lrs_set_send_buffer
Specifies a buffer to send on a socket.
lrs_ascii_to_ebcdic
Converts buffer data from ASCII format to
EBCDIC format.
lrs_ebcdic_to_ascii
Converts buffer data from EBCDIC format to
ASCII format.