Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support mbed-dev
Fork of C027_SupportTest_coap by
test_coap_client_data_t Struct Reference
Client test data structure. More...
#include <coap_client.h>
Data Fields | |
const char * | desc |
Test description. | |
const char * | host |
Server host address. | |
const char * | port |
Server UDP port. | |
const char * | common_name |
Common name of the server. | |
test_coap_client_msg_t | test_req |
Array of test request message structures. | |
test_coap_client_msg_t | test_resp |
Array of test response message structures. | |
size_t | num_msg |
Length of the arrays of test message structures. |
Detailed Description
Client test data structure.
Definition at line 92 of file coap_client.h.
Field Documentation
const char* common_name |
Common name of the server.
Definition at line 97 of file coap_client.h.
const char* desc |
Test description.
Definition at line 94 of file coap_client.h.
const char* host |
Server host address.
Definition at line 95 of file coap_client.h.
size_t num_msg |
Length of the arrays of test message structures.
Definition at line 100 of file coap_client.h.
const char* port |
Server UDP port.
Definition at line 96 of file coap_client.h.
Array of test request message structures.
Definition at line 98 of file coap_client.h.
Array of test response message structures.
Definition at line 99 of file coap_client.h.
Generated on Sun Jul 17 2022 00:59:13 by
