Herunterladen Inhalt Inhalt Diese Seite drucken

Busch-Jaeger 6186/33 Produkthandbuch Seite 140

Busch-installationsbus knx ip-router/gebäude-systemtechnik
Inhaltsverzeichnis

Werbung

Busch-Installationsbus
Third party software components, notices
and OSS license texts
Modules can be created with by various means:
struct kmod_module *mod;
int err;
err = kmod_module_new_from_path(ctx, path, &mod);
if (err < 0) {
/* code */
} else {
/* code */
kmod_module_unref(mod);
}
err = kmod_module_new_from_name(ctx, name, &mod);
if (err < 0) {
/* code */
} else {
/* code */
kmod_module_unref(mod);
}
Or could be resolved from a known alias to a list of alternatives:
struct kmod_list *list, *itr;
int err;
err = kmod_module_new_from_lookup(ctx, alias, &list);
138 2CDC502082D0101 | 6186/33
®
KNX

Werbung

Kapitel

Inhaltsverzeichnis
loading

Inhaltsverzeichnis