-- Echo.mesa (last edited by: Dalal on: February 6, 1980  1:19 AM)
-- Function:  The definitions module for OISCP Echo Protocol.

Echo: DEFINITIONS =
  BEGIN

  -- definitions

  -- format of echo packets
  echoRequest: CARDINAL = 1;
  echoResponse: CARDINAL = 2;


  -- interface

  CreateServer: PROCEDURE;
  DeleteServer: PROCEDURE;

  END. -- Echo

LOG

Time: January 31, 1980  12:28 PM  By: Dalal  Action: created file.