NET_PRES_Status Function
C
SYS_STATUS NET_PRES_Status(SYS_MODULE_OBJ object);
Returns
SYS_STATUS_READY - Indicates that any previous module operation for the specified module has completed
SYS_STATUS_UNINITIALIZED - Indicates the module has not been initialized
SYS_STATUS_BUSY - Indicates that the module is busy and can't accept operations
SYS_STATUS_ERROR - Indicates that there is a fatal error in the module
Description
This function provides the current status of the MPLAB Harmony Net Presentation Layer.
Remarks
None.
Preconditions
The NET_PRES_Initialize function must have been called before calling this function. Networking Presentation Layer Help Library Interface b) Socket Functions
Parameters
Parameters | Description |
---|---|
object | Layer object handle, returned from NET_PRES_Initialize |