Function iox_server_options_is_initialized

Function Documentation

bool iox_server_options_is_initialized(const iox_server_options_t *const options)

check whether the server options were initialized by iox_server_options_init

Parameters:

options[in] pointer to options to be checked

Returns:

true if options are not null and were initialized, false otherwise