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

Scheme describing a notification message.

Summary

Types

t()

@type t() :: %ExOnvif.Event.NotificationMessage{
  message: ExOnvif.Event.NotificationMessage.Message.t(),
  topic: String.t()
}

Functions

changeset(notification_message, attrs)

parse(doc)

to_struct(parsed)