I would like to create a Monolithic, non stream-interface, onboard
Device Driver. It doesn't fit any of the Device Classes that exist
for CE, and so I would like to provide a simple interface (non
stream-interface). How do I go about it and how do I provide the
interface for application developers? Is this essentially a "service"?
Even so, how do I export an API as part of a custom SDK via the SDK
export capability? I am having difficulty finding references to doing
this.
Thanks