<> <> <> <> DIRECTORY CHEntriesP0V0; CHEntriesP0V0Aux: CEDAR DEFINITIONS ~ { OPEN CHEntriesP0V0; ExposePortSyncType: PROC [e: PortSyncType, level: NAT] RETURNS [x: ROPE]; ExposeLineSpeedSequence: PROC [s: LineSpeedSequence, level: NAT] RETURNS [x: ROPE]; ExposeAuthenticationLevelValue: PROC [r: AuthenticationLevelValue, level: NAT] RETURNS [x: ROPE]; ExposeUserDataValue: PROC [r: UserDataValue, level: NAT] RETURNS [x: ROPE]; ExposePortDialerType: PROC [e: PortDialerType, level: NAT] RETURNS [x: ROPE]; ExposeRS232CData: PROC [r: RS232CData, level: NAT] RETURNS [x: ROPE]; ExposeMailboxesValue: PROC [r: MailboxesValue, level: NAT] RETURNS [x: ROPE]; ExposePortEchoingLocation: PROC [e: PortEchoingLocation, level: NAT] RETURNS [x: ROPE]; ExposePortClientType: PROC [e: PortClientType, level: NAT] RETURNS [x: ROPE]; ExposeMailService: PROC [a: MailService, level: NAT] RETURNS [x: ROPE]; }...