XBusRS232ServerImpl.mesa
Copyright © 1986 by Xerox Corporation. All rights reserved.
DIRECTORY
XBusRS232RpcControl USING [ExportInterface];
XBusRS232ServerImpl: CEDAR MONITOR
IMPORTS XBusRS232RpcControl
= {
XBusRS232RpcControl.ExportInterface[
interfaceName: [instance: NIL], user: NIL, password: NULL ];
}.