package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type verbosity = [
  1. | `Name_abbrev_args
  2. | `Name_full_args
  3. | `Name_only
]
val string_of_request : verbosity -> Rpc_program.t -> string -> Netxdr.xdr_value -> string
val string_of_response : verbosity -> Rpc_program.t -> string -> Netxdr.xdr_value -> string
val string_of_value : Netxdr.xdr_type_term -> Netxdr.xdr_value -> string
val hex_dump_m : Netsys_mem.memory -> int -> int -> string
val hex_dump_b : Bytes.t -> int -> int -> string