<> <> <> <> <> <<>> <> DIRECTORY RS232CEnvironment USING [AutoRecognitionOutcome, Correspondent]; RS232CCorrespondents: DEFINITIONS = BEGIN xerox800: RS232CEnvironment.Correspondent = [0]; xerox850: RS232CEnvironment.Correspondent = [1]; system6: RS232CEnvironment.Correspondent = [2]; cmcII: RS232CEnvironment.Correspondent = [3]; ttyHost: RS232CEnvironment.Correspondent = [4]; oisSystemElement: RS232CEnvironment.Correspondent = [5]; ibm3270Host: RS232CEnvironment.Correspondent = [6]; ibm2770Host: RS232CEnvironment.Correspondent = [7]; ibm6670Host: RS232CEnvironment.Correspondent = [8]; ibm6670: RS232CEnvironment.Correspondent = [9]; xerox860: RS232CEnvironment.Correspondent = [10]; oisSystemElementBSC: RS232CEnvironment.Correspondent = [11]; illegal: RS232CEnvironment.AutoRecognitionOutcome = [0]; failure: RS232CEnvironment.AutoRecognitionOutcome = [1]; asciiByteSync: RS232CEnvironment.AutoRecognitionOutcome = [2]; ebcdicByteSync: RS232CEnvironment.AutoRecognitionOutcome = [3]; bitSync: RS232CEnvironment.AutoRecognitionOutcome = [4]; oisProtocol: RS232CEnvironment.AutoRecognitionOutcome = [5]; END. <<>> <> <> <> <> <> <<>>