NetBurner 3.1
NB::Error::Connect Namespace Reference

Enumerations

enum  ConnectErrors {
  Success = 0, NotInitialized = -1, AlreadyConnected = -2, Option = -3,
  CouldNotConfig = -4, SSID_NotFound = -5, BSSID_NotFound = -6, Sec_NotFound = -7,
  Cipher_NotFound = -8, ConnectFailed = -9
}
 

Detailed Description

NB::Error::Connect namespace that describes WiFi connect request errors. See also InitWifi_SPI(), InitAP_SPI(), InitWifi_Serial(), NB::Master::ConnectToAP(), NB::Master::StartAP()

Enumeration Type Documentation

◆ ConnectErrors

ConnectErrors

Enumerator
Success 

Success

NotInitialized 

Not Initialized

AlreadyConnected 

Already Connected

Option 

Option

CouldNotConfig 

Could Not Configure

SSID_NotFound 

SSID Not Found

BSSID_NotFound 

BSSID Not Found

Sec_NotFound 

Sec Not Found

Cipher_NotFound 

Cipher Not Found

ConnectFailed 

Connect Failed