OISTransporter.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Schwartz on: August 5, 1980 5:13 PM)
Beach, February 27, 1985 11:01:19 am PST
DIRECTORY
RS232C USING [ChannelHandle],
RS232CManager USING [CommParamObject];
OISTransporter: DEFINITIONS =
BEGIN
Initialize: PROCEDURE [chHandle: RS232C.ChannelHandle,
commParams: RS232CManager.CommParamObject];
Destroy: PROCEDURE [chHandle: RS232C.ChannelHandle];
END.
CHANGE LOG
Time: April 3, 1978 10:46 AM By: yourName Action: Created file
Time: August 5, 1980 5:14 PM By: Victor Schwartz Action: Define a Destroy routine, to allow the RS232CManger to shut off OIS communication when the channel owner calls RS232CManger.ReleaseChannel