| _bufferedEraseblockDirty | Platform | protected |
| _bufferedEraseblockNumber | Platform | protected |
| _callbackFlashCommit | Platform | protected |
| _callbackFlashRead | Platform | protected |
| _callbackFlashSize | Platform | protected |
| _callbackFlashWrite | Platform | protected |
| _eraseblockBuffer | Platform | protected |
| _memoryType | Platform | protected |
| bufferEraseBlock(int32_t eraseBlockNumber) | Platform | protected |
| callbackFlashCommit() | Platform | |
| callbackFlashRead() | Platform | |
| callbackFlashSize() | Platform | |
| callbackFlashWrite() | Platform | |
| closeMultiCast() override | Esp32IdfPlatform | virtual |
| closeSpi() | Platform | virtual |
| closeUart() override | Esp32IdfPlatform | virtual |
| commitNonVolatileMemory() | Platform | virtual |
| commitToEeprom() override | Esp32IdfPlatform | virtual |
| currentDefaultGateway() override | Esp32IdfPlatform | virtual |
| currentIpAddress() override | Esp32IdfPlatform | virtual |
| currentSubnetMask() override | Esp32IdfPlatform | virtual |
| Esp32IdfPlatform(uart_port_t uart_num=UART_NUM_1) | Esp32IdfPlatform | |
| fatalError() override | Esp32IdfPlatform | virtual |
| flashErase(uint16_t eraseBlockNum) | Platform | protectedvirtual |
| flashEraseBlockSize() | Platform | protectedvirtual |
| flashPageSize() | Platform | virtual |
| flashWritePage(uint16_t pageNumber, uint8_t *data) | Platform | protectedvirtual |
| flushUart() override | Esp32IdfPlatform | virtual |
| getEepromBuffer(uint32_t size) override | Esp32IdfPlatform | virtual |
| getEraseBlockNumberOf(uint32_t relativeAddress) | Platform | protected |
| getNonVolatileMemorySize() | Platform | virtual |
| getNonVolatileMemoryStart() | Platform | virtual |
| knxUartBaudRate(uint32_t baudRate) | Esp32IdfPlatform | |
| knxUartPins(int8_t rxPin, int8_t txPin) | Esp32IdfPlatform | |
| loadEraseblockContaining(uint32_t relativeAddress) | Platform | protected |
| macAddress(uint8_t *addr) override | Esp32IdfPlatform | virtual |
| NonVolatileMemoryType() | Platform | |
| NonVolatileMemoryType(NvMemoryType type) | Platform | |
| overflowUart() | Platform | virtual |
| readBytesMultiCast(uint8_t *buffer, uint16_t maxLen, uint32_t &src_addr, uint16_t &src_port) override | Esp32IdfPlatform | virtual |
| Platform::readBytesMultiCast(uint8_t *buffer, uint16_t maxLen) | Platform | virtual |
| readBytesUart(uint8_t *buffer, size_t length) override | Esp32IdfPlatform | virtual |
| readNonVolatileMemory(uint32_t relativeAddress, uint8_t *buffer, size_t size) | Platform | virtual |
| readUart() override | Esp32IdfPlatform | virtual |
| readWriteSpi(uint8_t *data, size_t len) | Platform | virtual |
| registerFlashCallbacks(FlashCallbackSize callbackFlashSize, FlashCallbackRead callbackFlashRead, FlashCallbackWrite callbackFlashWrite, FlashCallbackCommit callbackFlashCommit) | Platform | |
| restart() override | Esp32IdfPlatform | virtual |
| sendBytesMultiCast(uint8_t *buffer, uint16_t len) override | Esp32IdfPlatform | virtual |
| sendBytesUniCast(uint32_t addr, uint16_t port, uint8_t *buffer, uint16_t len) override | Esp32IdfPlatform | virtual |
| setNetif(esp_netif_t *netif) | Esp32IdfPlatform | |
| setupMultiCast(uint32_t addr, uint16_t port) override | Esp32IdfPlatform | virtual |
| setupSpi() | Platform | virtual |
| setupUart() override | Esp32IdfPlatform | virtual |
| uartAvailable() override | Esp32IdfPlatform | virtual |
| uniqueSerialNumber() override | Esp32IdfPlatform | virtual |
| userFlashSizeEraseBlocks() | Platform | protectedvirtual |
| userFlashStart() | Platform | protectedvirtual |
| writeBufferedEraseBlock() | Platform | protectedvirtual |
| writeNonVolatileMemory(uint32_t relativeAddress, uint8_t *buffer, size_t size) | Platform | virtual |
| writeNonVolatileMemory(uint32_t relativeAddress, uint8_t value, size_t repeat) | Platform | virtual |
| writeUart(const uint8_t data) override | Esp32IdfPlatform | virtual |
| writeUart(const uint8_t *buffer, size_t size) override | Esp32IdfPlatform | virtual |
| ~Esp32IdfPlatform() | Esp32IdfPlatform | |
| ~Platform() | Platform | inlinevirtual |