LocalWifiDownloadInfo Struct Reference

Detailed Description

Defines Encoder local Wifi download settings.

There are 3 possible modes for local Wifi download: Off, On or Switched. In the case of the Switched mode it is possible to toggle the access point on and off. If the access point is idle for the timeout value (in minutes) in Switched mode the access point will be automatically disabled when the timeout expires.

#include <ConfigTypes.h>

Public Attributes

std::wstring mode
 Sets the mode. More...
 
bool enabled
 True if enabled.
 
int32_t timeout
 Timout time in Minutes.
 

Member Data Documentation

std::wstring LocalWifiDownloadInfo::mode

Sets the mode.

  • On Enables the WiFi for download
  • Off Turns off the WiFi for download
  • Switched Will turn the WiFi on and turn it off if idle for the timeout periof

The documentation for this struct was generated from the following file: