Packages

Gleam DNS-SD discovery on Erlang

Current section

Files

Jump to
esdee include esdee_ServiceDescription.hrl
Raw

include/esdee_ServiceDescription.hrl

-record(service_description, {
service_type :: binary(),
instance_name :: binary(),
target_name :: binary(),
priority :: integer(),
weight :: integer(),
port :: integer(),
txt_values :: list(binary()),
ip :: glip:ip_address()
}).