Communications/Transactions Guide and Reference

APPC Receive Buffer Actions

clearDataBuffer

The clearDataBuffer action clears all received data from the Receive Buffer.

destroyPart

The destroyPart action destroys the part and its children, and releases all associated resources. You can use this action for both visual and nonvisual parts. All connections to the destroyed part are removed.

free

The free action frees any non-Smalltalk memory associated with the receive buffer.

initializeWith

The initializeWith action sets the value of the Receive Buffer part to the result of a Receive action.

initializeWith: (String)

The initializeWith: action sets the value of the Receive Buffer part to the string specified.

putString

The putString action puts the string specified into the buffer or message.

reset

The reset action resets the data in the buffer.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]