Serial Framework C++ Edition

◆ WCL_E_OBEX_PARTIAL_CONTENT

const int WCL_E_OBEX_PARTIAL_CONTENT = WCL_E_OBEX_BASE + 0x0009

The server is delivering only part of the resource due to a range header sent by the client. The range header is used by OBEX clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams.

This result code is not an error and indicates the action requested by the client was received, understood and accepted.