Umar Naeem / C027_SupportTest_coapp

Dependencies:   C027_Support mbed-dev

Fork of C027_SupportTest_coap by Umar Naeem

Embed: (wiki syntax)

« Back to documentation index

test_coap_client_data_t Struct Reference

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.