Initialize resource manager and activate driver bus line
int begin( int argc, char *argv[]);
This function initializes the resource manager and activates the driver bus line. The begin() function should be called at the end of your initialization process, because it never returns control until the program is closed.
The arguments are:
Always returns 0.
QNX
Safety: | |
---|---|
Interrupt handler | Not applicable |
Signal handler | Not applicable |
Thread | Not applicable |