kvasir_projector v0.0.8 Kvasir.Projector.Metrics View Source

Link to this section Summary

Link to this section Functions

Link to this function create() View Source
create() :: :ok
Link to this function open(url) View Source
open(binary() | URI.t()) :: {:ok, port(), [byte(), ...]}
Link to this function open(host, port) View Source
open(
  host :: binary() | charlist() | {byte(), byte(), byte(), byte()},
  port :: binary() | integer()
) :: {:ok, port(), [byte(), ...]}