View Source Onvif.Devices.GetServices (Onvif v0.3.2)

Link to this section Summary

Functions

Parses the device response into a {:ok, services} tuple where services is a list, discarding the invalid transformations from map into a Onvif.Device.Service.t().

Link to this section Functions

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

response(xml_response_body)

View Source

Parses the device response into a {:ok, services} tuple where services is a list, discarding the invalid transformations from map into a Onvif.Device.Service.t().