|
Re: QNX driver File creation
|
02/17/2015 2:43 PM
post113322
|
Re: QNX driver File creation
See "Writing a Resource Manager" in our developers product documentation.
The most common method to register a resource name in the dev pathname space is:
resmgr_attach()
Lots of background for that call and what you have to be able to handle after you make that call are documented in the
above reference.
|
|
|