|
| enum | GeneralErrors {
NoError = 0,
Timeout = -256,
BusTimeout = -257,
InvalidArgument = -258,
TooManyPendingCommands = -259,
InvalidRequest = -512,
NoError = 0,
Timeout = -256,
BusTimeout = -257,
InvalidArgument = -258,
TooManyPendingCommands = -259,
InvalidRequest = -512
} |
| |
| enum | GeneralErrors {
NoError = 0,
Timeout = -256,
BusTimeout = -257,
InvalidArgument = -258,
TooManyPendingCommands = -259,
InvalidRequest = -512,
NoError = 0,
Timeout = -256,
BusTimeout = -257,
InvalidArgument = -258,
TooManyPendingCommands = -259,
InvalidRequest = -512
} |
| |
NBWifi::Error namespace that describes WiFi request errors. See also InitWifi_SPI(), InitAP_SPI(), InitWifi_Serial(), NBWifi::Master::ConnectToAP(), NBWifi::Master::StartAP(), WifiInitScanAndShow_SPI(), WifiInitScanAndShow_Serial()
◆ GeneralErrors [1/2]
GeneralErrors
8 bit values reserved for command specific errors
| Enumerator |
|---|
| NoError | Successful execution
|
| Timeout | Request timed out
|
| BusTimeout | Request timed out on the bus
|
| InvalidArgument | Parameter/arguement not defined or is invalid
|
| TooManyPendingCommands | Too many pending commands
|
| InvalidRequest | Invalid request
|
| NoError | Successful execution
|
| Timeout | Request timed out
|
| BusTimeout | Request timed out on the bus
|
| InvalidArgument | Parameter/arguement not defined or is invalid
|
| TooManyPendingCommands | Too many pending commands
|
| InvalidRequest | Invalid request
|
◆ GeneralErrors [2/2]
GeneralErrors
8 bit values reserved for command specific errors
| Enumerator |
|---|
| NoError | Successful execution
|
| Timeout | Request timed out
|
| BusTimeout | Request timed out on the bus
|
| InvalidArgument | Parameter/arguement not defined or is invalid
|
| TooManyPendingCommands | Too many pending commands
|
| InvalidRequest | Invalid request
|
| NoError | Successful execution
|
| Timeout | Request timed out
|
| BusTimeout | Request timed out on the bus
|
| InvalidArgument | Parameter/arguement not defined or is invalid
|
| TooManyPendingCommands | Too many pending commands
|
| InvalidRequest | Invalid request
|