Skip to content

Commit 4fc8abf

Browse files
AsyncUdp license and keyword update (espressif#10637)
* feat(asyncudp): add all current keywords to the list * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 1712fb5 commit 4fc8abf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Diff for: libraries/AsyncUDP/keywords.txt

+26
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
AsyncUDP KEYWORD1
1010
AsyncUDPPacket KEYWORD1
11+
AsyncUDPMessage KEYWORD1
1112

1213
#######################################
1314
# Methods and Functions (KEYWORD2)
@@ -19,6 +20,21 @@ listen KEYWORD2
1920
listenMulticast KEYWORD2
2021
close KEYWORD2
2122
write KEYWORD2
23+
space KEYWORD2
24+
flush KEYWORD2
25+
isBroadcast KEYWORD2
26+
isMulticast KEYWORD2
27+
isIPv6 KEYWORD2
28+
interface KEYWORD2
29+
localIPv6 KEYWORD2
30+
remoteIPv6 KEYWORD2
31+
remoteMac KEYWORD2
32+
send KEYWORD2
33+
peek KEYWORD2
34+
available KEYWORD2
35+
writeTo KEYWORD2
36+
broadcastTo KEYWORD2
37+
sendTo KEYWORD2
2238
broadcast KEYWORD2
2339
onPacket KEYWORD2
2440
data KEYWORD2
@@ -27,7 +43,17 @@ localIP KEYWORD2
2743
localPort KEYWORD2
2844
remoteIP KEYWORD2
2945
remotePort KEYWORD2
46+
listenIP KEYWORD2
47+
listenIPv6 KEYWORD2
48+
lastErr KEYWORD2
49+
_s_recv KEYWORD2
3050

3151
#######################################
3252
# Constants (LITERAL1)
3353
#######################################
54+
55+
TCPIP_ADAPTER_IF_STA LITERAL1
56+
TCPIP_ADAPTER_IF_STA LITERAL1
57+
TCPIP_ADAPTER_IF_AP LITERAL1
58+
TCPIP_ADAPTER_IF_ETH LITERAL1
59+
TCPIP_ADAPTER_IF_PPP LITERAL1

0 commit comments

Comments
 (0)