ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_sn_grs.h Source File

test_sn_grs.h

00001 /*
00002  * Copyright (c) 2015 ARM. All rights reserved.
00003  */
00004 #ifndef TEST_SN_GRS_H
00005 #define TEST_SN_GRS_H
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 #include <stdbool.h>
00012 
00013 bool test_sn_grs_get_first_resource();
00014 bool test_sn_grs_get_next_resource();
00015 bool test_sn_grs_process_coap();
00016 bool test_sn_grs_search_resource();
00017 bool test_sn_grs_destroy();
00018 bool test_sn_grs_init();
00019 bool test_sn_grs_list_resource();
00020 bool test_sn_grs_free_resource_list();
00021 bool test_sn_grs_update_resource();
00022 bool test_sn_grs_send_coap_message();
00023 bool test_sn_grs_create_resource();
00024 bool test_sn_grs_put_resource();
00025 bool test_sn_grs_delete_resource();
00026 bool test_sn_grs_mark_resources_as_registered();
00027 
00028 #ifdef __cplusplus
00029 }
00030 #endif
00031 
00032 #endif // TEST_SN_GRS_H
00033