NET_PRES_SocketInfoGet Function

C

bool NET_PRES_SocketInfoGet(NET_PRES_SKT_HANDLE_T handle, void * info); 

Returns

  • true - Indicates success

  • false - Indicates failure

Description

This function calls the transport layer's SocketInfoGet, if it exists.

Preconditions

A socket needs to have been opened by NET_PRES_SocketOpen.

Parameters

ParametersDescription
handleThe presentation layer socket handle.
infoThe buffer that the information gets written to.