Function client_set_hostname¶
Defined in File ecal_clang.h
Function Documentation¶
-
ECAL_API bool
client_set_hostname
(ECAL_HANDLE handle_, const char *host_name_)¶ Change the host name filter for that client instance.
- Return
True if succeeded.
- Parameters
handle_
: Client handle.host_name_
: Host name filter (empty or “*” == all hosts)