Serial Framework C++ Edition

◆ WCL_E_OBEX_NOT_MODIFIED

const int WCL_E_OBEX_NOT_MODIFIED = WCL_E_OBEX_BASE + 0x000E

Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match. In such case, there is no need to retransmit the resource since the client still has a previously-downloaded copy.

This status code is not an error but indicates the client must take additional action to complete the request.