libtiepie-hw  1.1.13
Callbacks

Functions to set callbacks that are triggered when the server list is changed. More...

Collaboration diagram for Callbacks:

Functions

TIEPIE_HW_API void tiepie_hw_network_servers_set_callback_added (tiepie_hw_handle_callback callback, void *data)
 Set a callback function which is called when a server is added to the server list. More...
 

Detailed Description

Functions to set callbacks that are triggered when the server list is changed.

Function Documentation

◆ tiepie_hw_network_servers_set_callback_added()

TIEPIE_HW_API void tiepie_hw_network_servers_set_callback_added ( tiepie_hw_handle_callback  callback,
void *  data 
)

Set a callback function which is called when a server is added to the server list.

Parameters
[in]callbackA pointer to the callback function. Use NULL to disable.
[in]dataOptional user data.
Status values
TIEPIE_HW_STATUS_LIBRARY_NOT_INITIALIZED
TIEPIE_HW_STATUS_SUCCESS
Since
1.0