NET_PRES_TransBool Type

C

typedef bool (* NET_PRES_TransBool)(NET_PRES_SKT_HANDLE_T handle); 

Returns

The result is passed directly through from the transport layer to the application. The meaning of the return is dependent on the transport function

Description

Transport Layer Boolean Function Pointer Prototype This function is called by the presentation layer when it accesses a function that takes no parameters apart from the socket handle and returns a boolean.

Preconditions

A socket needs to have been opened by NET_PRES_TransOpen.

Parameters

ParametersDescription
handleThe handle returned from NET_PRES_TransOpen.