The following table shows the optional kernel independent transport layer (KITL) functions.
| Programming element | Description |
|---|---|
| CallEdbgDeregisterClient | This function deregisters a KITL client. |
| CallEdbgRecv | This function receives data from a KITL transport. It is used by the client. |
| CallEdbgRegisterClient | This function registers a KITL client. |
| CallEdbgSend | This function sends data over a KITL transport. |
| CallEdbgSetDebug | This function controls the debug print output for a KITL subsystem. |
| KITLOutputDebugString | This function sends debug output. |
See Also
Send Feedback on this topic to the authors