StopHttpApi

Stop the HTTP API service.

int StopHttpApi()

Parameters

  • none

Return Value

  • int – 0 if success.

Example

// example

StopHttpApi();

Last updated

Was this helpful?