1.7.3.19 SYS_WSS_Deinitialize Function
C
void SYS_WSS_Deinitialize()
Summary
When invoked the API will de-initialize the WSS service.
Description
This function is used for de-initializing the data structures and state machine of the WSS service. This function can be called by the application with WSS service object handle.
Returns
None.
Example
* SYS_WSS_Deinitialize(&sysWSSObj);
Remarks
None.