-- Copyright (C) 1983 by Xerox Corporation. All rights reserved. -- PhoneCreate.mesa, HGM, 28-Nov-83 11:32:11 DIRECTORY RS232C USING [ChannelHandle, CommParamObject]; PhoneCreate: DEFINITIONS = BEGIN -- DLion CreateSla: PROCEDURE [host, net: CARDINAL]; CreateSimplePhoneNet: PROCEDURE [ lineNumber: CARDINAL, chHandle: RS232C.ChannelHandle, commParams: RS232C.CommParamObject]; -- Dicentra CreatePhone: PROCEDURE [host, net, lineNumber: CARDINAL, password: LONG STRING]; END.