mDNS::Service::Info Struct Reference
Basic service information. More...
#include <Service.h>
Collaboration diagram for mDNS::Service::Info:
Public Attributes | |
| String | name = "Sming" |
| String | type = "http" |
| Protocol | protocol = Protocol::Tcp |
| uint16_t | port = 80 |
Detailed Description
Basic service information.
Defaults fine for most cases, just need to set name.
Member Data Documentation
◆ name
| String mDNS::Service::Info::name = "Sming" |
◆ port
| uint16_t mDNS::Service::Info::port = 80 |
◆ protocol
| Protocol mDNS::Service::Info::protocol = Protocol::Tcp |
◆ type
| String mDNS::Service::Info::type = "http" |
The documentation for this struct was generated from the following file:
1.8.13