W60X_Arduino: WiFiOneshotClass Class Reference

Arduino W60X

W60X_Arduino
WiFiOneshotClass Class Reference

Inherited by WiFiClass.

Public Member Functions

int oneshotStart ()
 This function is used to start oneshot configuration network. More...
 
int oneshotStop ()
 This function is used to stop oneshot configuration network. More...
 
int oneshotGetState ()
 This function is used to get oneshot state. More...
 
int oneshotSetMode (ONESHOT_MODE mode)
 This function is used to get oneshot state. More...
 
int oneshotGetMode ()
 This function is used to get oneshot mode. More...
 

Member Function Documentation

◆ oneshotGetMode()

int WiFiOneshotClass::oneshotGetMode ( )

This function is used to get oneshot mode.

Parameters
[in]None
[out]None
Return values
0UDP MODE 1: AP+SOCKET MODE 2: AP+WEBSEVER MODE
Note

◆ oneshotGetState()

int WiFiOneshotClass::oneshotGetState ( )

This function is used to get oneshot state.

Parameters
[in]None
[out]None
Return values
0is in oneshot state 1: is not in oneshot state
Note

◆ oneshotSetMode()

int WiFiOneshotClass::oneshotSetMode ( ONESHOT_MODE  mode)

This function is used to get oneshot state.

Parameters
[in]mode0: UDP MODE 1: AP+SOCKET MODE 2: AP+WEBSEVER MODE
[out]None
Returns
None
Note

◆ oneshotStart()

int WiFiOneshotClass::oneshotStart ( )

This function is used to start oneshot configuration network.

Parameters
[in]None
[out]None
Returns
None
Note

◆ oneshotStop()

int WiFiOneshotClass::oneshotStop ( )

This function is used to stop oneshot configuration network.

Parameters
[in]None
[out]None
Returns
None
Note
Generated by   doxygen 1.8.14