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

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.Devices.Schemas.Service.t().

Functions

request(device)

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

request_body()

response(xml_response_body)

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

soap_action()