KITL Transport Functions (Compact 2013)
3/26/2014
The following table shows kernel independent transport layer (KITL) functions.
Programming element |
Description |
---|---|
This function uninitializes the kernel independent transport layer (KITL) subsystem. |
|
This function deregisters a KITL client from a KITL server. |
|
This function initializes the KITL subsystem for use by a client/server application. |
|
This function receives data from a device by using the client application. |
|
This function creates a KITL client that connects to a KITL server. It is called by a client application. |
|
This function sends data to a connected device by using a KITL client application. |
|
This function waits for a target device to connect to the KITL server before performing additional actions. |
|
This function uses a transport to create a connection to a device. |
|
This function uninitializes the dynamic-link library (DLL) for the transport. |
|
This function deletes a connection to a device. |
|
This function enumerates a device that is connected by using this transport. |
|
This function retrieves and hosts computer-specific configuration information. |
|
This function returns transport-specific configuration information. |
|
This function initializes a transport. |
|
This function receives data over a transport. |
|
This function sends data over a transport. |
|
This function sets up a transport on the development computer and provides the transport with information about settings on the device. |