View Source ExOnvif.PTZ.ServiceCapabilities (ExOnvif v0.7.1)

Struct representing the service capabilities of a PTZ device.

Summary

Types

t()

@type t() :: %ExOnvif.PTZ.ServiceCapabilities{
  eflip: term(),
  get_compatible_configurations: term(),
  move_and_track: term(),
  move_status: term(),
  reverse: term(),
  status_position: term()
}

Functions

changeset(struct, attrs)

parse(doc)

to_struct(parsed)