package gammu

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type call = {
  1. status : status;
  2. call_id : int option;
  3. number : string;
}
and status =
  1. | Incoming
  2. | Outgoing
  3. | Started
  4. | Ended
  5. | RemoteEnded of int
  6. | LocalEnded
  7. | Established
  8. | Held
  9. | Resumed
  10. | Switched
OCaml

Innovation. Community. Security.