Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called to send data over a KITL transport.
BOOL CallEdbgSend(UCHARId,UCHAR* pUserData,DWORDdwUserDataLen);
Parameters
- Id
[in] Specifies the client identifier. - pUserData
[in] Pointer to the user data to be sent to the device. - dwUserDataLen
[in] Number of bytes specified by pUserData.
Return Values
Returns TRUE if the call was successful; otherwise, returns FALSE.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Halether.h.
Link Library: Hal.lib.
See Also
Send Feedback on this topic to the authors