View Source Onvif.Devices (Onvif v0.1.0)

Interface for making requests to the Onvif devices service

https://www.onvif.org/ver10/device/wsdl/devicemgmt.wsdl

Link to this section Summary

Link to this section Functions

Link to this function

request(uri, auth \\ :xml_auth, operation)

View Source
@spec request(String.t(), :basic_auth | :digest_auth | :no_auth | :xml_auth, module()) ::
  {:ok, any()} | {:error, String.t()}