Function iox_server_init
Defined in File server.h
Function Documentation
-
iox_server_t iox_server_init(iox_server_storage_t *self, const char *const service, const char *const instance, const char *const event, const iox_server_options_t *const options)
creates a server handle
- Parameters:
self – [in] pointer to preallocated memory of size = sizeof(iox_server_storage_t)
service – [in] serviceString
instance – [in] instanceString
event – [in] eventString
options – [in] server options set by the user, if it is a null pointer default options are used
- Returns:
handle of the server