Hello I’m newbie in NDIS drivers development.
I need to write Connection Oriented Driver for E1 adapter.
DDK said that Call Manager and CoClient drivirs are Protocol drivers and requires to register NDIS_CALL_MANAGER_CHARACTERISTICS and NDIS_CLIENT_CHARACTERISTICS appropriately. In DDK also written that every protocol driver must register ProtocolXXX functions.
So i would like note. Does implementation of Call Manager and CoClient require to different drivers or may be implementated inside the same driver.