TransportSend
This function is used by KITL protocol to send a packet/frame to the desktop KITL transport.
BOOL TransportSend(
LPBYTE pbFrame,
USHORT cbFrame
);
Parameters
- pbFrame
[in] Pointer to a data frame to be sent over the transport. - cbFrame
[in] Size of the data frame.
Return Values
If the send succeeds, TRUE is returned; otherwise, FALSE is returned.
Remarks
TransportSend should not be called directly by the OEM. Use KitlSendRawData if the transport needs to send transport-specific information bypassing the KITL protocol engine. Assign TransportSend to the pfnSend member of KITLTRANSPORT during OEMKitlInit.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h.
Link Library: Kitl.lib.
See Also
KITLTRANSPORT | KitlSendRawData | OEMKitlInit
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.