SIP Express Router v0.8.8 - Developer's Guide | ||
---|---|---|
<<< Previous | The Module Interface | Next >>> |
modparam function accepts three parameters:
This function accepts 3 parameters:
The function will search list of all modules until it finds module with given name. Then it will search throught all module's exported parameters until it finds parameter with corresponding name and type. If such parameter was found, pointer to variable holding the parameter's value will be returned. If the function failed to find either module or parameter with given name and type then zero will be returned.
<<< Previous | Home | Next >>> |
Module Loading | Up | Finding an Exported Function |