We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4918bc6 commit 619a5a7Copy full SHA for 619a5a7
features/netsocket/UDPSocket.h
@@ -38,23 +38,6 @@ class UDPSocket : public InternetDatagramSocket {
38
*/
39
UDPSocket();
40
41
- /** Create and open a socket on the network stack of the given
42
- * network interface.
43
- *
44
- * @tparam S Type of the Network stack.
45
- * @param stack Network stack as target for socket.
46
- * @deprecated since mbed-os-5.11
47
- */
48
- template <typename S>
49
- MBED_DEPRECATED_SINCE("mbed-os-5.11",
50
- "The UDPSocket(S *stack) constructor is deprecated"
51
- "It discards the open() call return value."
52
- "Use another constructor and call open() explicitly, instead.")
53
- UDPSocket(S *stack) : UDPSocket()
54
- {
55
- open(stack);
56
- }
57
-
58
#if !defined(DOXYGEN_ONLY)
59
60
protected:
0 commit comments