NET_PRES_Tasks Function
C
void NET_PRES_Tasks(SYS_MODULE_OBJ obj);
Returns
None.
Description
MPLAB Harmony Networking Presentation Layer Tasks This function is called by the main loop. It is used to pump encryption connections during negotiations.
Preconditions
The layer must be successfully initialized with NET_PRES_Initialize.
Parameters
Parameters | Description |
---|---|
object | The valid object passed back to NET_PRES_Initialize |