View Source Hikvision.Config (HikvisionClient v0.1.0)
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() }