Table of Contents

Enum EspNativeError

Namespace
nanoFramework.Hardware.Esp32
Assembly
nanoFramework.Hardware.Esp32.dll

Encapsulates the ESP32 native errors

public enum EspNativeError

Fields

FAIL = -1

The function failed

INVALID_ARG = 258

Invalid argument error

INVALID_CRC = 265

CRC error

INVALID_MAC = 267

Invalid MAC address

INVALID_RESPONSE = 264

Invalid response

INVALID_SIZE = 260

Invalid size error

INVALID_STATE = 259

Invalid state error

INVALID_VERSION = 266

Invalid version

NOT_FOUND = 261

The function failed

NOT_SUPPORTED = 262

Function not supported error

NO_MEM = 257

Memory allocation failed error

OK = 0

No error

TIMEOUT = 263

Timeout error

WIFI_BASE = 12288

Base of WiFi errors