NET_PRES_SocketWasReset Function

C

bool NET_PRES_SocketWasReset(NET_PRES_SKT_HANDLE_T handle); 

Description

This function is a self-clearing semaphore indicating whether or not a socket has been reset since the previous call. This function calls directly to the transport layer's WasReset function, if it exists.

Preconditions

A socket needs to have been opened by NET_PRES_SocketOpen.

Parameters

ParametersDescription
handleThe presentation layer socket handle.