KNX IoT
KNX IoT Point API stack implementation
|
CoAP message buffer setting implementation. More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
long | oc_get_block_size (void) |
retrieve the block size More... | |
long | oc_get_max_app_data_size (void) |
retrieve the max application data size More... | |
long | oc_get_mtu_size (void) |
retrieve the currently used MTU size More... | |
void | oc_set_max_app_data_size (size_t size) |
set max application data size (e.g. More... | |
int | oc_set_mtu_size (size_t mtu_size) |
sets the size of the MTU to be used More... | |
CoAP message buffer setting implementation.
Definition in file oc_buffer_settings.h.
long oc_get_block_size | ( | void | ) |
retrieve the block size
long oc_get_max_app_data_size | ( | void | ) |
retrieve the max application data size
long oc_get_mtu_size | ( | void | ) |
retrieve the currently used MTU size
void oc_set_max_app_data_size | ( | size_t | size | ) |
set max application data size (e.g.
buffer size of the messages)
size | size in bytes |
int oc_set_mtu_size | ( | size_t | mtu_size | ) |
sets the size of the MTU to be used
mtu_size | size in bytes |