package osc-lwt

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Udp.Client

type t
val create : unit -> t Lwt.t
val destroy : t -> unit Lwt.t
val send : t -> Lwt_unix.sockaddr -> Osc.Types.packet -> unit Lwt.t