Echo.mesa - definitions module for OISCP Echo Protocol
Copyright © 1985 by Xerox Corporation. All rights reserved.
Dalal on: February 6, 1980 1:19 AM
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.