File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
connectivity/netsocket/include/netsocket Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
} nsapi_pktinfo_t;
39
39
* @endcode
40
40
*
41
- * There are two requirements for such structs to work well with MsgHeaderIterator:
42
- * first element needs to of type nsapi_msghdr_t
43
- * value of the field len of the nsapi_msghdr_t needs to bet set to the size of the whole extending type. For example:
41
+ * There are two requirements for such structures to work well with MsgHeaderIterator.
42
+ * - First element needs to be of type nsapi_msghdr_t.
43
+ * - Value of the field len of the nsapi_msghdr_t needs to bet set to the size of the whole extending type.
44
+ * For example:
44
45
*
45
46
* @code
46
47
nsapi_pktinfo_t pkt_info;
54
55
* Code presenting minimal usage example.
55
56
*
56
57
* @code
57
- *
58
58
struct default_buffer_t {
59
59
default_buffer_t()
60
60
{
84
84
auto p5 = it.next() // returns nullptr
85
85
* @endcode
86
86
*
87
- * @note More usage examples are implemented in the ` MsgHeaderIterator` unit test
88
- * in ` netsocket/tests/UNITTESTS/NetworkStack/test_MsgHeaderIterator.cpp`
87
+ * @note More usage examples are implemented in the MsgHeaderIterator unit test
88
+ * in netsocket/tests/UNITTESTS/NetworkStack/test_MsgHeaderIterator.cpp
89
89
*/
90
90
91
91
struct MsgHeaderIterator {
You can’t perform that action at this time.
0 commit comments