Merge pull request #191 from husigeza/MDNS_visible

Make MDNS documentation visible
This commit is contained in:
Géza Husi
2019-12-04 17:06:09 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -815,6 +815,13 @@ theme = "doc-theme"
parent = "firmwareapi@pycom@network"
weight = 60
[[menu.main]]
name = "MDNS"
url = "/firmwareapi/pycom/network/mdns/"
identifier = "firmwareapi@pycom@network@mdns"
parent = "firmwareapi@pycom@network"
weight = 70
[[menu.main]]
name = "AES"
url = "/firmwareapi/pycom/aes/"

View File

@@ -114,6 +114,7 @@ If the service is found then the function returns with a list of `MDNS_Query` ob
## MDNS_Query class
The `MDNS_Query` aggregates all of the properties of a successful query session entry:
* `hostname` is the hostname of the host advertising the service
* `instance_name` is the instance_name of the service
* `addr` is the IPv4 address belonging to the service