Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita36a6c8

Browse files
author
Viktr
authored
Add isRunning getter to check is ::begin already called (#7219)
1 parent5039881 commita36a6c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎libraries/ESP8266mDNS/src/LEAmDNS.h‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ class MDNSResponder
194194
// for compatibility...
195195
boolsetHostname(const String& p_strHostname);
196196

197+
boolisRunning(void)
198+
{
199+
return (m_pUDPContext !=0);
200+
}
201+
197202
/**
198203
hMDNSService (opaque handle to access the service)
199204
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp