NET_PRES_Reinitialize Function
C
void NET_PRES_Reinitialize(SYS_MODULE_OBJ obj, const SYS_MODULE_INIT * const init);
Returns
None.
Description
Network Presentation Layer Reinitialization This function will deinitialize and initialize the layer instance.
Preconditions
The layer must be successfully initialized with NET_PRES_Initialize.
Parameters
Parameters | Description |
---|---|
object | The object valid passed back to NET_PRES_Initialize |
init | The new initialization structure |