lo_server_config(3) Library Functions Manual lo_server_config(3)

lo_server_config - A configuration struct for initializing lo_server using lo_server_new_from_config().

#include <lo_lowlevel.h>

A configuration struct for initializing lo_server using lo_server_new_from_config().

User code is responsible for allocating and deallocating memory pointed to by this struct, including strings for group, port, iface, ip, etc. The struct and relevant fields will be copied by liblo when necessary, therefore it can be deallocated after use. The size field should be set to sizeof(lo_server_config). Fields set to 0 shall be ignored.

Definition at line 69 of file lo_lowlevel.h.

Generated automatically by Doxygen for liblo from the source code.

Version 0.32 liblo