View Source Onvif.Search.Schemas.GetRecordingSearchResults (Onvif v0.6.0)

Module describing the request to Onvif.Search.GetRecordingSearchResults.

Summary

Types

t()

@type t() :: %Onvif.Search.Schemas.GetRecordingSearchResults{
  max_results: term(),
  min_results: term(),
  search_token: term(),
  wait_time: term()
}

Functions

changeset(module, attrs)

to_json(schema)

@spec to_json(t()) ::
  {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}

to_struct(parsed)

to_xml(schema)