<> <> DIRECTORY XBusRS232RpcControl USING [ExportInterface]; XBusRS232ServerImpl: CEDAR MONITOR IMPORTS XBusRS232RpcControl = { XBusRS232RpcControl.ExportInterface[ interfaceName: [instance: NIL], user: NIL, password: NULL ]; }.