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.
- Parameters
handle_ – Client handle.
host_name_ – Host name filter (empty or “*” == all hosts)
- Returns
True if succeeded.