background image
<< Using LRA Functions | Unique ID Functions >>
<< Using LRA Functions | Unique ID Functions >>

Buffer Functions

APPC Vuser Scripts · Developing APPC Vuser Scripts
Creating Vuser Scripts
Chapter 13, page 239
Buffer Functions
lra_get_received_buffer
Retrieves a fragment of the last received buffer.
lra_get_static_buffer
Retrieves a fragment of a static buffer.
lra_get_user_buffer
Retrieves the contents of the user data buffer.
lra_get_user_buffer_size
Retrieves the size of the user data buffer.
lra_send
Sends a buffer over an APPC conversation to a
remote computer.
lra_receive
Receives a set of buffers over an APPC
conversation from a remote computer.
lra_get_buffer_fragment
Retrieves a fragment of the one of the last
received buffers.
lra_last_received_count
Returns the number of valid buffers received by
the last call to lra_receive().
lra_ascii_to_ebcdic
Converts buffer data from ASCII format to
EBCDIC format.
lra_ebcdic_to_ascii
Converts buffer data from EBCDIC format to
ASCII format.