goep_client.h (9192020a6656c4bc46feb4a63ee628096661bb3b) goep_client.h (d76b11194250071a124a8301ad2379d2f4df6221)
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 222 unchanged lines hidden (view full) ---

231
232/**
233 * @brief Execute prepared request
234 * @param goep_cid
235 * @param daa
236 */
237int goep_client_execute(uint16_t goep_cid);
238
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 222 unchanged lines hidden (view full) ---

231
232/**
233 * @brief Execute prepared request
234 * @param goep_cid
235 * @param daa
236 */
237int goep_client_execute(uint16_t goep_cid);
238
239/**
240 * @brief De-Init GOEP Client
241 */
242void goep_client_deinit(void);
243
239/* API_END */
240
241// int goep_client_body_add_dynamic(uint16_t goep_cid, uint32_t length, void (*data_callback)(uint32_t offset, uint8_t * buffer, uint32_t len));
242
243#if defined __cplusplus
244}
245#endif
246#endif
247
244/* API_END */
245
246// int goep_client_body_add_dynamic(uint16_t goep_cid, uint32_t length, void (*data_callback)(uint32_t offset, uint8_t * buffer, uint32_t len));
247
248#if defined __cplusplus
249}
250#endif
251#endif
252