-- OISTransporter.mesa (last edited by: Schwartz on: August 5, 1980  5:13 PM) --
DIRECTORY
  RS232C USING [ChannelHandle],
  RS232CManager USING [CommParamObject];

OISTransporter: DEFINITIONS =
  BEGIN
  Initialize: PROCEDURE [
    chHandle: RS232C.ChannelHandle, commParams: RS232CManager.CommParamObject];
  Destroy: PROCEDURE [chHandle: RS232C.ChannelHandle];
  END.
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