manylibs

Undocumented in source.

Members

Functions

loadManyLibs
void loadManyLibs()
Undocumented in source. Be warned that the author may not have intended to support it.
mosquitto_lib_init
void mosquitto_lib_init()
Undocumented in source. Be warned that the author may not have intended to support it.
mosquitto_lib_version
int mosquitto_lib_version(int* major, int* minor, int* revision)
Undocumented in source. Be warned that the author may not have intended to support it.
ssh_free
void ssh_free(void* session)
Undocumented in source. Be warned that the author may not have intended to support it.
ssh_get_version
int ssh_get_version(void* session)
Undocumented in source. Be warned that the author may not have intended to support it.
ssh_new
void* ssh_new()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadManyLibs
void unloadManyLibs()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin SSLL_INIT
Undocumented in source.

Variables

libsshLibHandler
LibHandler libsshLibHandler;
Undocumented in source.
mosquittoLibHandler
LibHandler mosquittoLibHandler;
Undocumented in source.

Mixed In Members

From mixin SSLL_INIT

apiFuncs
alias apiFuncs = funcsByUDA!(__traits(parent, loadApiSymbols), ApiUDA)
Undocumented in source.
loadApiSymbols
void loadApiSymbols(LoadApiSymbolsVerbose verbose)
Undocumented in source. Be warned that the author may not have intended to support it.
__anonymous
mixin funcPointers!apiFuncs
Undocumented in source.

Meta