package osc

  1. Overview
  2. Docs

Types and functions for handling clients for this type of transport.

type t

A type encapsulating a client for this type of transport, and its state.

val create : unit -> t Io.t

Create a new transport client.

val destroy : t -> unit Io.t

Destroy a transport client.

val send_string : t -> sockaddr -> string -> unit Io.t

send_string client addr data uses client to send data to an OSC server listening on address sockaddr.