View Source Onvif.Devices (Onvif v0.3.4)

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(device, operation)

View Source
@spec request(Onvif.Device.t(), module()) :: {:ok, any()} | {:error, map()}
Link to this function

request(device, args, operation)

View Source