NET_PRES_Initialize Function

C

SYS_MODULE_OBJ NET_PRES_Initialize(const SYS_MODULE_INDEX index, const SYS_MODULE_INIT * const init); 

Returns

  • Valid handle to the presentation instance - If successful

  • SYS_MODULE_OBJ_INVALID - If unsuccessful

Description

Network Presentation Layer Initialization Initializes the Network Presentation Layer sub-system with the configuration data.

Preconditions

None.

Parameters

ParametersDescription
indexThis is the index of the network presentation layer instance to be initialized. Since there is only one network presentation layer, this parameter is ignored.
initThis is a pointer to a NET_PRES_INIT_DATA structure