View Source Onvif.Media.Ver10.GetProfiles (Onvif v0.3.4)
Link to this section Summary
Functions
Parses the device response into a {:ok, profiles}
tuple where profiles
is a list, discarding the invalid transformations from map into a
Onvif.Media.Ver10.Profile.t().
Link to this section Functions
@spec request(Onvif.Device.t()) :: {:ok, any()} | {:error, map()}
Parses the device response into a {:ok, profiles}
tuple where profiles
is a list, discarding the invalid transformations from map into a
Onvif.Media.Ver10.Profile.t().