Module Rcomm.Make.Connections.Connect_application_to_rcomm_types


module Connect_application_to_rcomm_types: sig .. end

type send_request = Rcomm.Make.RcommDescriptor.t
Rcomm.Request_types.Application_to_rcomm.send_request
type receive_request = Rcomm.Make.RcommDescriptor.t
Rcomm.Request_types.Application_to_rcomm.receive_request
val to_string : Rcomm.Make.RcommDescriptor.t
Rcomm.Request_types.Application_to_rcomm.send_request -> string
type send_req = send_request 
type receive_req = receive_request 
type msg = Rcomm.Make.RcommDescriptor.t Rcomm.Request_types.Application_to_rcomm.message