View Source ExOnvif.Devices.NetworkProtocol (ExOnvif v0.7.1)

A module describing a network protocol.

Summary

Types

t()

@type t() :: %ExOnvif.Devices.NetworkProtocol{
  enabled: term(),
  name: term(),
  port: term()
}

Functions

changeset(module, attrs)

encode(network_protocol)

parse(doc)

to_struct(parsed)