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

Schema describing the capabilities of the event service

Summary

Types

t()

@type t() :: %ExOnvif.Event.ServiceCapabilities{
  event_broker_protocols: [String.t()],
  max_event_brokers: integer(),
  max_notification_producers: integer(),
  max_pull_points: integer(),
  metadata_over_mqtt: boolean(),
  persistent_notification_storage: boolean(),
  ws_pausable_subscription_manager_interface_support: boolean(),
  ws_subscription_policy_support: boolean()
}

Functions

changeset(struct, params)

parse(doc)

to_struct(parsed)