View Source Hikvision.Config (HikvisionClient v0.1.1)

Holds configuration data

Link to this section Summary

Link to this section Types

@type t() :: %Hikvision.Config{
  host: binary(),
  http_options: [connect_timeout: pos_integer(), timeout: pos_integer()],
  password: binary(),
  port: 1..65536,
  scheme: binary(),
  username: binary()
}

Link to this section Functions

Link to this function

new(config_overrides \\ [])

View Source
@spec new(Keyword.t()) :: t()