SWRU368C May 2018 – January 2021 CC3100 , CC3100MOD , CC3200 , CC3200MOD
Functions used to enable or disable the access to the ROM internal web pages. By default, web access is enabled.
Function name | Description | Parameters |
---|---|---|
| Enables or disables the HTTP server ROM pages access. Value is true or false. | appId = SL_NET_APP_HTTP_SERVER_ID Option = NETAPP_SET_GET_HTTP_OPT_ROM_PAGES_ACCESS OptionLen = 1 (sizeof UINT8) pOptionValue = pointer to boolean (true/false) |
| Gets the current ROM pages access status. Return value is true or false. | appId = SL_NET_APP_HTTP_SERVER_ID Option = NETAPP_SET_GET_HTTP_OPT_ROM_PAGES_ACCESS pOptionLen = user-supplied pointer for the returned value len pOptionValue = user-supplied pointer for the returned value |