Share via


TransportSend

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is used by KITL protocol to send a packet/frame to the desktop KITL transport.

Syntax

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 Value

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

Header kitl.h
Library Kitl.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

KITLTRANSPORT
KitlSendRawData
OEMKitlInit