Important: The information in this document is obsolete and should not be used for new development.
Attaching and Detaching 802.2 Protocol Handlers
You can attach to the LAP Manager your own protocol handler for 802.2 protocols. The LAP Manager has a generic protocol handler that it attaches at the hardware device driver level for all 802.2 packets; you must not replace or override this protocol handler. You can also detach from the LAP Manager any 802.2 protocol handler that you have provided and attached.You use the
L802Attach
routine to attach your protocol handler and theL802Detach
routine to detach your protocol handler. There are no high-level interfaces for the LAP Manager 802.2 protocol routines. You must call these routines from assembly language.
Subtopics
- L802Attach
- L802Detach