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

Schema for the NTP configuration to be used with SetNTP and GetNTP operations.

Summary

Types

t()

@type t() :: %ExOnvif.Devices.NTP{
  from_dhcp: term(),
  ntp_from_dhcp: term(),
  ntp_manual: term()
}

Functions

changeset(module, attrs)

encode(ntp)

Encode to XML.

parse(doc)

to_struct(parsed)